Module dev_utils::http

source ·
Expand description

This module defines types and methods for working with HTTP requests and responses.

Modules

  • HTTP Request
  • This file contains the struct for a HTTP response.

Enums

  • Represents HTTP methods (GET, POST, PUT, DELETE, etc.).
  • Represents a set of HTTP status codes and their associated messages.
  • Represents HTTP versions (HTTP/1.0, HTTP/1.1, HTTP/2.0).