https://github.com/php-fig/http-server-handler
Interface for PSR-15 server request handler
https://github.com/php-fig/http-server-handler
Last synced: 5 months ago
JSON representation
Interface for PSR-15 server request handler
- Host: GitHub
- URL: https://github.com/php-fig/http-server-handler
- Owner: php-fig
- License: mit
- Created: 2018-01-22T16:56:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T18:17:39.000Z (over 2 years ago)
- Last Synced: 2025-05-17T05:04:12.575Z (11 months ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 171
- Watchers: 15
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HTTP Server Request Handlers for Middleware
===========================================
This repository holds the `RequestHandlerInterface` related to [PSR-15 (HTTP Server Request Handlers)][psr-url].
Note that this is not a Server Request Handler implementation of its own. It is merely the interface that describe a Server Request Handler.
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
[psr-url]: https://www.php-fig.org/psr/psr-15/
[package-url]: https://packagist.org/packages/psr/http-server-handler
[implementation-url]: https://packagist.org/providers/psr/http-server-handler-implementation