Microsoft.AspNetCore.Http.Extensions Namespace

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.