Conversation
Member
The Request is a WritableStreamInterface and now obeys its method and event semantics.
The Response is a ReadableStreamInterface and now obeys its method and event semantics.
Resolves / closes #70
Supersedes / closes #83
Builds on top of / closes #87 (thanks @maciejmrozinski!)
Maciej Mroziński and others added 5 commits
May 17, 2017 21:11
clue
mentioned this pull request
Merged
jsor approved these changes May 19, 2017
clue deleted the stream branch
May 19, 2017 12:44
clue
mentioned this pull request
Merged
I'm a bit late but you forget to update README.
$response->on('data', function ($data, $response) {
should be
$response->on('data', function ($data) {
clue
mentioned this pull request
Merged