Luminova Framework

Incoming HTTP Requests

Table of Contents

  1. Initializing and Handling Incoming HTTP File Uploads

    HTTP File object encapsulates a file ready to be uploaded to a server. It offers customization to modify properties before finally uploading to the server.

  2. Managing Incoming HTTP Request Headers

    The header class specifically focuses on managing request headers. It provides methods to interact with and manage request headers easily.

  3. Initializing and Handling Incoming HTTP Requests

    Incoming HTTP request class, offering a secure and consistent interface to retrieve query parameters, form inputs, headers, files, and server information, enabling easy request handling.

  4. Handling and Managing Server Variables

    With the Server class, managing server-related variables becomes easier and more straightforward, offering convenient methods for retrieving, manipulating, and validating server data.

  5. HTTP Status Codes and Their Messages

    The HttpCode class serves as a helper to manage HTTP status codes and their corresponding messages.

  6. Incoming Request User Agents Management

    The UserAgent class is a valuable tool for devs building web applications or services that require functionality based on client devices. By providing methods to parse and extract information from...

  7. Webhook Request Helper

    The Webhook class is a simple and secure webhook helper for sending or receiving HTTP webhook requests.