Crate http_request

Source

Structs§

  • Represents an HTTP request, encapsulating various components such as the method, URL, protocol, headers, body, and additional metadata.
  • Builder pattern for constructing HttpRequest instances.
  • A struct representing an HTTP response.

Enums§

  • Represents different types of errors that can occur in the application.