Results 18 issues of Igor

The CgiHttpKernel should have some way to serve static files. Perhaps this can be done in a composable manner, i.e. a ChainHttpKernel that tries PHP, then falls back to the...

Not sure if this is of any use, but to properly share the session object, it could be serialized and passed through env and headers: ``` [CgiHttpKernel Session] --- CGI...

Will need a major version bump. See also #21.

README has no gif. Please add. Kthx.

When concatenating reqwest with other scripts it can lead to issues because of the missing trailing semicolon. Would be great if you could add it.

I just found this on packagist. I have contributed to [justinrainbow/json-schema](https://github.com/justinrainbow/json-schema) in the past because we needed it for composer. I want to propose merging the two projects. I'm not...

This issue is kind of obscure and may be related to PHP gc internals. It is not so pressing, and unlikely to cause big issues. It would be interesting to...

To have true async connections.

A promise-based API using [react/promise](github.com/reactphp/promise) would be interesting. One main question to deal with though: Since callbacks can receive many return values but promises can only hold one value, what...