Update README.md
This commit is contained in:
parent
5e42d26fd5
commit
e3b7db6bb7
|
|
@ -1,10 +1,13 @@
|
||||||
HttpAbstractions
|
HttpAbstractions
|
||||||
================
|
================
|
||||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/HttpAbstractions/branch/dev)
|
|
||||||
|
|
||||||
Travis: [](https://travis-ci.org/aspnet/HttpAbstractions)
|
| AppVeyor | Travis |
|
||||||
|
| ---- | ----
|
||||||
|
| [](https://ci.appveyor.com/project/aspnetci/HttpAbstractions/branch/dev) | [](https://travis-ci.org/aspnet/HttpAbstractions) |
|
||||||
|
|
||||||
Contains HTTP abstractions for ASP.NET 5 such as HttpRequest, HttpResponse. Also contains IBuilder and types to create your application's hosting pipeline.
|
Contains HTTP abstractions for ASP.NET 5 such as `HttpContext`, `HttpRequest`, `HttpResponse` and `RequestDelegate`.
|
||||||
|
|
||||||
|
It also contains `IApplicationBuilder` and extensions to create and compose your application's pipeline.
|
||||||
|
|
||||||
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.
|
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue