Skip to main content

Module http_client

Module http_client 

Source
Expand description

Re-export HTTP client types from cdk-http-client (via cdk-common)

HTTP client abstraction for making HTTP requests.

Structs§

HttpClient
HTTP client wrapper
HttpClientBuilder
HTTP client builder for configuring proxy and TLS settings
RawResponse
Raw HTTP response with status code and body access
RequestBuilder
HTTP request builder for complex requests

Enums§

HttpError
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