Expand description
tcp-request
A Rust library for sending raw TCP requests, with features for handling responses, managing redirects, and working with compressed data over TCP connections.
Structs§
- Request
Builder - Builder for creating and configuring TCP requests.
Enums§
- Request
Error - Error types for request operations.
Traits§
- Request
Trait - Trait defining the interface for request operations.
- Response
Trait - Trait defining the interface for response operations.
Type Aliases§
- BoxRequest
Trait - Boxed trait object for request operations.
- BoxResponse
Trait - Boxed trait object for response operations with text and binary output types.
- Request
Result - Result type for request operations containing either a boxed response trait or request error.
- TcpResponse
Binary - Binary response type for TCP requests (Vec
). - TcpResponse
Text - Text response type for TCP requests (String).