Microsoft.AspNetCore.Http.Extensions 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 help with HTTP-related operations.
Classes
HttpRequestMultipartExtensions |
Extension methods for working with multipart form requests. |
QueryBuilder |
Allows constructing a query string. |
StreamCopyOperation |
Provides APIs to copy a range of bytes from a source Stream to a destination Stream. |
UriHelper |
A helper class for constructing encoded Uris for use in headers and other Uris. |
Remarks
For more information about low-level HTTP APIs, see Access HttpContext in ASP.NET Core.