16 lines
771 B
Markdown
16 lines
771 B
Markdown
HttpAbstractions
|
|
================
|
|
|
|
| AppVeyor | Travis |
|
|
| ---- | ----
|
|
| [](https://ci.appveyor.com/project/aspnetci/HttpAbstractions/branch/dev) | [](https://travis-ci.org/aspnet/HttpAbstractions) |
|
|
|
|
Contains HTTP abstractions for ASP.NET Core 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 Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
|
|
|
|
|
|
|