Constants§
- DEFAULT_
TIMEOUT_ SECS - Default timeout for HTTP requests (30 seconds)
- DEFAULT_
USER_ AGENT - Default user agent for Terraphim HTTP clients
Functions§
- create_
api_ client - Backwards compatibility: returns a clone of the API client
- create_
client_ with_ timeout - Get an HTTP client with custom timeout
- create_
custom_ client - Create a custom HTTP client with specific configuration
- create_
default_ client - Backwards compatibility: returns a clone of the default client
- create_
scraping_ client - Backwards compatibility: returns a clone of the scraping client
- get_
api_ client - Get the global API HTTP client with JSON headers and connection pooling
- get_
default_ client - Get the global default HTTP client with connection pooling
- get_
scraping_ client - Get the global web scraping HTTP client with connection pooling