├── LICENSE ├── README.md ├── composer.json └── src └── RequestHandlerInterface.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/http-server-handler/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/http-server-handler/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/http-server-handler/HEAD/composer.json -------------------------------------------------------------------------------- /src/RequestHandlerInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-fig/http-server-handler/HEAD/src/RequestHandlerInterface.php --------------------------------------------------------------------------------