HTTP Client#

Documentation for the HTTP client components.

Note

This page will contain detailed HTTP client documentation. For now, see the API Reference.

Overview#

The HTTP client provides:

  • Synchronous and asynchronous operations

  • Connection pooling

  • Retry logic with exponential backoff

  • Circuit breaker pattern

  • Custom timeout configuration

See Also#