pachico / slim-swoole

Convenient library to run SlimPHP applications with Swoole
https://github.com/pachico/slim-swoole/
MIT License
95 stars 12 forks source link

Use PSR7 instead of Slim #10

Closed nick-zh closed 5 years ago

nick-zh commented 5 years ago

this could be useful, if in slim if you use another http client and want to return the response directly without first converting it to a slim response. The slim response is psr compliant anyway