charcoal-dev / http-server
HTTP router for Charcoal Apps
0.2.23
2025-09-03 05:39 UTC
Requires
- php: ^8.3
- ext-ctype: *
- charcoal-dev/base: ^0.1.6
- charcoal-dev/buffers: ^0.2.1
- charcoal-dev/contracts: ^0.1.3
- charcoal-dev/http-commons: ^0.2.29
- charcoal-dev/http-trust-proxy: ^0.1.0
Replaces
- charcoal/http-router: 0.2.23
README
Charcoal HTTP Server lib provides a comprehensive HTTP request handling system for Charcoal applications, encompassing request routing, middleware processing, controller execution, and response generation. It features advanced request validation, CORS policy enforcement, file upload handling, caching directives, and flexible response encoding, delivering a robust foundation for building HTTP-based services and APIs within the framework.
For detailed information, guidance, and setup instructions regarding this library, please refer to our official documentation website: