Crate aarambh_net

Source

Modules§

header
HTTP header types

Structs§

HttpClient
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 a stream field of type TcpStream.
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.

Functions§

init