Crate http_request

Source

Structs§

HttpResponseBinary
A struct representing an HTTP response.
HttpResponseText
A struct representing an HTTP response.
RequestBuilder
Builder pattern for constructing HttpRequest instances.

Enums§

Compress

Traits§

RequestTrait
Trait representing an HTTP request.
ResponseTrait
A trait representing common behaviors for HTTP response types.

Type Aliases§

BoxRequestTrait
Type alias for a boxed trait object implementing RequestTrait
BoxResponseTrait
A type alias for a boxed dynamic trait object implementing the ResponseTrait trait.