Crate tcp_request

Source
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§

RequestBuilder
Builder for creating and configuring TCP requests.

Enums§

RequestError
Error types for request operations.

Traits§

RequestTrait
Trait defining the interface for request operations.
ResponseTrait
Trait defining the interface for response operations.

Type Aliases§

BoxRequestTrait
Boxed trait object for request operations.
BoxResponseTrait
Boxed trait object for response operations with text and binary output types.
RequestResult
Result type for request operations containing either a boxed response trait or request error.
TcpResponseBinary
Binary response type for TCP requests (Vec).
TcpResponseText
Text response type for TCP requests (String).