Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Bytes
Mut - A unique reference to a contiguous slice of memory.
- Http
Status - Represents the final result of a HTTP request
- IpCidr
- Represents an IP address and its netmask
- IpRoute
- Represents a routing entry in the routing table of the interface
- Socket
Http Request - Holds the interface used to work with a pending HTTP request
- Socket
Receive - Socket
Receive From - Unsupported
Virtual Networking
Enums§
Traits§
- Virtual
Connected Socket - Connected sockets have a persistent connection to a remote peer
- Virtual
Connectionless Socket - Connectionless sockets are able to send and receive datagrams and stream bytes to multiple addresses at the same time (peer-to-peer)
- Virtual
Icmp Socket - ICMP sockets are low level devices bound to a specific address that can send and receive ICMP packets
- Virtual
Networking - An implementation of virtual networking
- Virtual
RawSocket - Virtual
Socket - Virtual
TcpListener - Virtual
TcpSocket - Virtual
UdpSocket - Virtual
WebSocket - Interface used for sending and receiving data from a web socket
Functions§
Type Aliases§
- Result
- Socket
Descriptor - Socket descriptors are also file descriptors and so all file operations can also be used on sockets