Expand description
Re-export HTTP client types from cdk-http-client (via cdk-common)
HTTP client abstraction for making HTTP requests.
Structs§
- Http
Client - HTTP client wrapper
- Http
Client Builder - HTTP client builder for configuring proxy and TLS settings
- RawResponse
- Raw HTTP response with status code and body access
- Request
Builder - HTTP request builder for complex requests
Enums§
- Http
Error - HTTP errors that can occur during requests
Functions§
- fetch
- Convenience function for simple GET requests (replaces reqwest::get)
Type Aliases§
- Response
- HTTP Response type - generic over the body type R and error type E This is the primary return type for all HTTP operations