Centum\Http
Centum’s HTTP component provides classes and interfaces for handling HTTP requests and responses, cookies, headers, and file uploads. It is designed to help you build robust web applications by abstracting common HTTP operations.
Main Classes
Centum\Http\Request
— Represents an HTTP request.Centum\Http\Response
— Represents an HTTP response.Centum\Http\Cookies
— Manages a collection of cookies.Centum\Http\Headers
— Manages HTTP headers.Centum\Http\Files
— Handles uploaded files.