Module network

Module network 

Source
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§

NetworkCore
NetworkMessage
Request
Represents an HTTP request.
Response
HTTP response
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).

Enums§

NetworkCommand