Module request

Module request 

Source
Expand description

The request module is responsible for parsing and validating incoming HTTP requests. HTTP request parsing module for the Http Handle.

This module provides functionality to parse incoming HTTP requests from a TCP stream. It defines the Request struct and associated methods for creating and interacting with HTTP requests in a secure and robust manner.

Structsยง

Request
Represents an HTTP request, containing the HTTP method, the requested path, and the HTTP version.