See: Description
Interface | Description |
---|---|
HttpClient |
A generic interface for sending HTTP requests and getting responses.
|
HttpClientProvider |
An interface to be implemented by any azure-core plugin that wishes to provide an alternate
HttpClient
implementation. |
Class | Description |
---|---|
ContentType |
The different values that commonly used for Content-Type header.
|
HttpHeader |
A single header within a HTTP request or response.
|
HttpHeaders |
A collection of headers on an HTTP request or response.
|
HttpPipeline |
The HTTP pipeline that HTTP requests and responses will flow through.
|
HttpPipelineBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the
HttpPipeline ,
calling build constructs an instance of the pipeline. |
HttpPipelineCallContext |
Type representing context local to a single http request and it's response.
|
HttpPipelineNextPolicy |
A type that invokes next policy in the pipeline.
|
HttpRequest |
The outgoing Http request.
|
HttpResponse |
The type representing response of
HttpRequest . |
MatchConditions |
Specifies HTTP options for conditional requests.
|
ProxyOptions |
This represents proxy configuration to be used in http clients..
|
RequestConditions |
Specifies HTTP options for conditional requests based on modification time.
|
Enum | Description |
---|---|
HttpMethod |
The HTTP request methods.
|
HttpPipelinePosition |
Indicates the position in an
HttpPipeline to place an HttpPipelinePolicy . |
ProxyOptions.Type |
The type of the proxy.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.