amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.
https://amphp.org/http-server
MIT License
1.29k stars 100 forks source link

Change PSR-7 to PSR-3 in middleware example #353

Closed cwhite92 closed 1 year ago

cwhite92 commented 1 year ago

I think this is meant to be PSR-3 and not PSR-7, as PSR-3 is Logger interfaces and PSR-7 is HTTP message interfaces. Confused me for a quick sec.

kelunik commented 1 year ago

Of course, thank you!