Expand description
Rama network types and utilities.
Protocols such as tcp, http, tls, etc are not explicitly implemented here,
see the relevant rama
crates for this.
Learn more about rama
:
- Github: https://github.com/plabayo/rama
- Book: https://ramaproxy.org/book/
Re-exports§
pub use ::socket2 as socket;
Windows or Unix
Modules§
- address
- network address types and utilities
- asn
- autonomous system number (ASN)
- client
- generic client net logic
- conn
- Connection utilities
- fingerprint
tls
orhttp
- fingerprint implementations for the network surface
- forwarded
- rama support for the “Forwarded HTTP Extension”
- http
http
- http net support added as part of rama’s net support
- mode
- stream
Stream
trait and related utilities.- test_
utils - tls
tls
- rama common tls types
- transport
http
- transport net logic
- user
- types and utilities for network users
Structs§
- Protocol
- Web protocols that are relevant to Rama.