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 |
|---|---|
| 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.
|
| 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. |
| ProxyOptions |
proxy configuration.
|
| Enum | Description |
|---|---|
| HttpMethod |
The HTTP request methods.
|
| ProxyOptions.Type |
The type of the proxy.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.