Microsoft.AspNetCore.HttpOverrides Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that are used to support HTTP method overrides.
Classes
CertificateForwardingMiddleware |
Middleware that converts a forward header into a client certificate if found. |
CertificateForwardingOptions |
Used to configure the CertificateForwardingMiddleware. |
ForwardedHeadersDefaults |
Default values related to ForwardedHeadersMiddleware middleware |
ForwardedHeadersMiddleware |
A middleware for forwarding proxied headers onto the current request. |
HttpMethodOverrideMiddleware |
A middleware for overriding the HTTP method of an incoming POST request. |
IPNetwork |
A representation of an IP network based on CIDR notation. |
Enums
ForwardedHeaders |
Flags for controlling which forwarders are processed. |
Remarks
For more information abouting HTTP method overrides, see Configure ASP.NET Core to work with proxy servers and load balancers.