Expand description
§RServer
A library/app for intercepting/sniffing TCP requests, modifying headers and responses.
Structs§
- CliOption
- Config
- RServer’s Config struct.
- Request
- RServer’s Request struct.
- Server
- RServer’s Server struct.
Functions§
- read_
stream - Read data from a TcpStream. Data is returned as Vec
(bytes).