papimod/http-error

Module Papi

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/papimod/http-error

v1.0.0 2025-12-08 20:13 UTC

This package is auto-updated.

Last update: 2025-12-09 19:14:43 UTC


README

Description

Help integrate error and warning handling into your papi.

This module is based on the official tutorial.

Prerequisites Modules

Configuration

ENVIRONMENT (.ENV)

Required No
Type PRODUCTION, DEVELOPMENT, TEST or null
Description Display error details when is not set to PRODUCTION
Default null

DISABLE_BODY_PARSING_MIDDLEWARE (.ENV)

Required No
Type 0, 1
Description Disable the built-in body parsing middleware
Default 0

DISABLE_ROUTING_MIDDLEWARE (.ENV)

Required No
Type 0, 1
Description Disable the built-in routing middleware
Default 0