Microsoft.AspNetCore.Http.Extensions 2.3.0
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
Showing the top 20 packages that depend on Microsoft.AspNetCore.Http.Extensions.
| Packages | Downloads |
|---|---|
|
Microsoft.AspNetCore.HttpOverrides
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
* X-Forwarded-* headers to forward headers from a proxy.
* HTTP method override header.
|
8 |
|
Microsoft.AspNetCore.Routing
ASP.NET Core middleware for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.Route
Microsoft.AspNetCore.Routing.RouteCollection
|
7 |
|
Microsoft.AspNetCore.StaticFiles
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
|
7 |
|
Microsoft.AspNetCore.Antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
|
5 |
|
Microsoft.AspNetCore.Authentication.Core
ASP.NET Core common types used by the various authentication middleware components.
|
5 |
|
Microsoft.AspNetCore.Mvc.Core
ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.AreaAttribute
Microsoft.AspNetCore.Mvc.BindAttribute
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute
|
5 |
|
Microsoft.AspNetCore.Routing
ASP.NET Core middleware for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.Route
Microsoft.AspNetCore.Routing.RouteCollection
|
5 |
|
Microsoft.AspNetCore.WebSockets
ASP.NET Core web socket middleware for use on top of opaque servers.
|
4 |
|
App.Metrics.AspNetCore.Core
App Metrics ASP.NET Core core components.
|
1 |
|
Microsoft.AspNetCore.Antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
|
1 |
|
Microsoft.AspNetCore.App
Microsoft.AspNetCore.App
|
1 |
|
Microsoft.AspNetCore.Authentication
ASP.NET Core common types used by the various authentication middleware components.
|
1 |
|
Microsoft.AspNetCore.Authentication.Core
ASP.NET Core common types used by the various authentication middleware components.
|
1 |
|
Microsoft.AspNetCore.Cors
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing.
Commonly used types:
Microsoft.AspNetCore.Cors.DisableCorsAttribute
Microsoft.AspNetCore.Cors.EnableCorsAttribute
|
1 |
|
Microsoft.AspNetCore.Diagnostics
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
|
1 |
|
Microsoft.AspNetCore.HostFiltering
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
|
1 |
|
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
|
1 |
|
Microsoft.AspNetCore.HttpOverrides
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
* X-Forwarded-* headers to forward headers from a proxy.
* HTTP method override header.
|
1 |
|
Microsoft.AspNetCore.HttpsPolicy
ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.
|
1 |
|
Microsoft.AspNetCore.Localization
ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.
|
1 |
.NET Standard 2.0
- Microsoft.Net.Http.Headers (>= 2.3.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- System.Buffers (>= 4.6.0)