Modules§
- header
- HTTP header types
Structs§
- Http
Client - The
HttpClientstruct in Rust represents an HTTP client with a base URL, optional default headers, and a client instance. - TcpClient
- The
TcpClientstruct represents a TCP client with astreamfield of typeTcpStream. - TcpServer
- The
TcpServerstruct represents a TCP server with a listener and a notification mechanism. - UdpServer
- The
UdpServerstruct in Rust contains a UDP socket and an Arc-wrapped notification mechanism.