Expand description
Network processing module, providing HTTP communication, cache, and cookie management.
Re-exports§
pub use cache::Cache;pub use config::NetworkConfig;pub use cookie_store::CookieStore;pub use error::NetworkError;pub use sender_pool::HostKey;pub use sender_pool::HttpSender;pub use sender_pool::SenderPool;
Modules§
- cache
- HTTP response caching with TTL support.
- config
- ネットワーク層の設定。タイムアウト、キャッシュ、ユーザーエージェント。
- cookie_
store - Cookie storage and management for HTTP requests.
- error
- Network error types.
- sender_
pool - HTTP Sender Pool. HTTP/1 と HTTP/2 の Sender を統一的に管理できるプール。
Structs§
- Network
Core - Network
Message - Request
- Represents an HTTP request.
- Response
- HTTP response
- Status
Code - An HTTP status code (
status-codein RFC 9110 et al.).