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