Microsoft.Extensions.Http.AutoClient 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.
Classes
AutoClientAttribute |
Triggers the generation of REST APIs and provides information about the HTTP client and, optionally, the name of the dependency. |
AutoClientException |
The exception that's thrown when REST API requests aren't successful. |
AutoClientHttpError |
Holds details about an HTTP error. |
AutoClientOptions |
Options to configure generated REST API clients. |
AutoClientOptionsValidator |
Validator for AutoClientOptions. |
BodyAttribute |
Defines the body for the API request. |
DeleteAttribute |
Defines an API |
GetAttribute |
Defines an API |
HeadAttribute |
Defines an API |
HeaderAttribute |
Defines a header to be used in the API request. |
OptionsAttribute |
Defines an API |
PatchAttribute |
Defines an API |
PostAttribute |
Defines an API |
PutAttribute |
Defines an API |
QueryAttribute |
Defines a query string to be used in the API request. |
StaticHeaderAttribute |
Defines a static header to be sent on every API request. |
Enums
BodyContentType |
Defines the types of encoding possible for request bodies. |