//! HTTP module for the OpenAI client.
//!//! This module provides the HTTP transport layer implementation for making requests
//! to the OpenAI API. It includes components for configuration, request execution,
//! and response handling.
pubmodclient;pubmodexecutor;pubmodrequest;pubmodtransport;pub(crate)useclient::HttpClient;