Crate clienter

Source

Modules§

utils
Utility functions for string splitting and parsing.

Structs§

HttpClient
A configurable HTTP client for making HTTP requests.
HttpHeaders
A container for HTTP headers that provides convenient methods for managing and manipulating HTTP header fields.
HttpRequest
Represents an HTTP request with its components.
HttpResponse
Represents an HTTP response received from a server.
Uri
Represents a URI with protocol, hostname, optional port, and path components.

Enums§

HttpMethod
Represents standard HTTP methods as defined in RFC 7231.
Protocol
Represents HTTP protocol versions
StatusCode
Represents an HTTP status code.