neat-php / http-server

Neat HTTP Server components
MIT License
0 stars 0 forks source link

Request attributes #7

Open baukevdw opened 3 years ago

baukevdw commented 3 years ago

The PSR server request has support for attributes Psr\Http\Message\ServerRequestInterface.php#L210 this can for example be used for route parameters. This way a middleware can acces the arguments too and add additional data to a request.