Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/reactphp/http-client

[Deprecated] Event-driven, streaming HTTP client for ReactPHP.
https://github.com/reactphp/http-client

Add end chunk zero check

7e904b7ff5df85239c639d8f5c7eced17e216522 authored over 7 years ago by Maciej Mroziński <[email protected]>
Add more, complicated tests

8f0afd5617adba037ace8574f11b0863cf7e6848 authored over 7 years ago by Maciej Mroziński <[email protected]>
Trim leading zeros from chunk size

264c0031cc98b18f66c4e3021831646abeb377a7 authored over 7 years ago by Maciej Mroziński <[email protected]>
Merge pull request #72 from Th3Mouk/patch-1

Add PHP 7.1 in Travis tests

ec3f739c0523a96914796f8b10244ce79d586367 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Add PHP 7.1 in Travis tests

Add PHP 7.1 since it was released and nightly will be PHP 7.2

de51b3f69a3f79ff55186c11eadfce51439331a3 authored over 7 years ago by Jérémy <[email protected]>
Added v0.4.15 to changelog

01e919008363622334f91419a9908b3a51754ccd authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #71 from WyriHaximus/fix-for-67-3rd-round

Ensure checking for 0 length chunk, when we should check for it

4428d56f5db5725a897259736d8de40ce4b50f1b authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Check if body end has reach when it is time for a length chunk and before attempting to extract the length. As the final one will always be zero. Also force one final iteration over the buffer when handling end

26f43a22e23cc8dc879bbee0c392bbd56b1ce023 authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #69 from clue-labs/examples

Add examples

f26f91c67446695a5f274c8f3965dad001fc0baf authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Add examples

c4f356311c473bdb7e85187c3ca574833cb71000 authored almost 8 years ago by Christian Lück <[email protected]>
Added 0.4.14 to the changelog

24104ddd30a2a76d0697c05950ba2ae43b51de3f authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Ensure the first bit of body directly after the headers is emitted into the stream (#68)

* Fix #67 caused by the little bit of body coming with the headers not emitted from the stream b...

243015b4bb269063f15d65bd0c3e1d441012d341 authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Added 0.4.13 to changelog

07fa19d83d9d3af4a6899c120fd4d41380d4a04e authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Ensure Request emits initial Response data as string (#66)

31f31ed41b6ffded185d16e972166997f6e32b03 authored almost 8 years ago by mmelvin0 <[email protected]>
Added 0.4.12 to changelog

f2b902a0e5bc062ffb2ddd9032776bed9ed5d9f0 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Changed $stream from DuplexStreamInterface to ReadableStreamInterface in Response constructor (#63)

Changed $stream from DuplexStreamInterface to ReadableStreamInterface in Response constructor (#63)

f799ca6b31367da355aa3dbc1d7cd6b79d16ccba authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Updated changelog

4d367ff9909954bafe6a04762ec68e6b1e12bcf8 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Feature: chunked encoding (#58)

7662852d0a8c3b5538819b25040b4adcfa3c297b authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Test against nightly and don't allow PHP 7 to fail

19dd5ac7aef459a752e82b6dc28a9fd53ff3ac9a authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #59 from reactphp/remove-branch-alias

Remove branch-alias definition as per reactphp/react#343

809eea7eb67219b6f12e5f66a9b66d00b9ef460e authored over 8 years ago by Christian Lück <[email protected]>
Remove branch-alias definition as per reactphp/react#343

fa122e948fc378a9b0a8c71f42c75234435e2812 authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
0.3.2 Changelog

2c1a391572957207ed72fa6686a302a32cfd1674 authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
v0.4.10 changelog

1a37937274cc7bf7ef194381c83f5a4ad5253575 authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #55 from clue-labs/socketclient

Update react/socket-client dependency to all supported versions

7bdfcb747b5a3601829e2de1f69dbf5f2ac4b963 authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
Update react/socket-client dependency to all supported versions

8324b618514466400c26ee6302b1931fe51f6090 authored over 8 years ago by Christian Lück <[email protected]>
0.4.9 changelog

6a33db46e64aac19bec3255436f4960886833062 authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
0.4.9 changelog

38e8c1fcfae4e1bc270b30bc8399afc5d6c15136 authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #53 from jmalloc/closure-this

Change `$this` parameter in closure to `$that` to prevent memory leak.

9553afa2b2785b912c65cd08b64754bb5e2b70da authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
Change `$this` parameter in closure to `$that` to prevent memory leak.

Using `$this` as a parameter name in a closure under PHP 7 causes a memory leak
under some speci...

123cd86d9ae0734ac29bb75c8e13a60ef2cf08a1 authored over 8 years ago by James Harris <[email protected]>
Merge pull request #52 from weichenlin/master

Clear all listeners after "end" event

ea342980800be4543c13fdfbc787f4adc04ebc8f authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
Clear all listeners after "end" event

70eeae7f7968dae362ce1c8dce9553045abaa99c authored over 8 years ago by WeiChen Lin <[email protected]>
0.4.8 changelog

74ad2f36e6c70eb5191e8100f5dd7d70e9480c2d authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #31 from arnaud-lb/unhide-exceptions

Avoid hidding exceptions thrown in HttpClient\Request error handlers

aff6a160f7281c4de06c2d9fea4749d38c31954b authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #1 from WyriHaximus/patch-2

Required promise ~2.2

94f37e3be10a018b7fed1b9d925ce40b79a0034c authored about 9 years ago by Arnaud Le Blanc <[email protected]>
0.4.7 changelog

116745ae295b6d5aa9b84e86889cde7962a71983 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #49 from reactphp/set-http-version

Set protocol version on request creation

cf8ca0851860e4592daf55053652f8fb6fecde9d authored about 9 years ago by Chris Boden <[email protected]>
Required promise ~2.2 to ensure ExtendedPromiseInterface::done() availability

bd15c8fe66b2e8c4b07d9726542bf738a7ec6088 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Set protocol version on request creation

b500da5dd7aa3775cbf45a375c25170184e713b5 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
0.4.6 changelog

59bef8b3def262dad60d747bd2f5f4181aeb2b89 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #43 from clue-labs/version

Support explicitly using HTTP/1.1 protocol version

d6e02ade30e90368f9eeccbbe3fc924478bd5fa5 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Support explicitly using HTTP/1.1 protocol version

Still defaults to HTTP/1.0 and offers only limited support

a333f46072b92e976e2d0b8c7e7194323cd389b2 authored about 9 years ago by Christian Lück <[email protected]>
04.5. changelog

dcb69238f6936f581845a8dfc31bf2ccec6acdd9 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #34 from reactphp/guzzle-message-parser-replacement

Replace the abandoned guzzle/parser

fed9c065a1c1817fd1d14f496d0631c3bb9f3b7c authored about 9 years ago by Chris Boden <[email protected]>
Merge pull request #35 from reactphp/remove-hhvm-nightly

Remove hhvm-nightly

5e54eb8e0808ea1ef35a9a0aa66ca1747266e573 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Removed not used &

4c3b5db85f9e4617a7d615b476f48329b0c1253b authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Immutable array manipulation

16fc073abb730157cec236497f51331e43d42a69 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Changed g7 to gPsr

6ba89d2e1102d80eb40d5dcf9083ef65acf162b2 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Added multivalueHeader test to ensure we got the headers back in the expected format

4b761c0ad1eef53f5c35f086454dde59693e0c83 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Remove hhvm-nightly

8f3c05142206d5e6c59de7f2b7aa995312d73d15 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Replace the abandoned guzzle/parser with guzzlehttp/psr7, inspired by the work in https://github.com/reactphp/http/pull/29

1161291ba000c0657a8d61cbfd3525b64341c541 authored about 9 years ago by Cees-Jan Kiewiet <[email protected]>
Updated changelog with 0.4.1 to 0.4.4

470fe93a254c255eb2cee5716abd3bd551ef2de2 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #33 from arnaud-lb/drain-event

Emit drain event when the request is ready to receive more data

391e1e771c2255954226204edcdc5a2764938e6a authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #32 from arnaud-lb/auth-from-url

Add support for using auth informations from URL

f382515e409dd16f336b74d5f8eb3df451280541 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Emit drain event when the request is ready to receive more data

4618230a1d8c03c6d31bbc1cca0ff562fcfd7939 authored over 9 years ago by Arnaud Le Blanc <[email protected]>
Added support for using auth informations from URL

4e30aba81829f4f0e1f9d44ae4484ac7f3358097 authored over 9 years ago by Arnaud Le Blanc <[email protected]>
Use done() when the goal is not transformation

fa0c39b8a7cba7dbe83741922766489ac8acb70c authored over 9 years ago by Arnaud Le Blanc <[email protected]>
Merge pull request #27 from dpovshed/patch-1

Small fix to emitter of 'data' event

e0d9994b8c3d9da70e77e637e8198f89a19b0c45 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
The 'data' event emitted by Response always passing itself as a second argument.

678188742106049ae4435d088ba33bc64033c706 authored over 9 years ago by Dennis Povshedny <[email protected]>
Merge pull request #24 from reactphp/WyriHaximus-php7-hhvm-travis

Test against PHP7

4f42ccc47ff866598c591ffa641a7bc56a8905e6 authored over 9 years ago by Chris Boden <[email protected]>
Merge pull request #15 from e3betht/cc-badge

Adding Code Climate badge to readme

69954514053df7c2fc13e13892d5fd5fe6b6b7a2 authored over 9 years ago by Chris Boden <[email protected]>
Small fix to emitter of 'data' event

I believe the $response parameter should be added to not miss very first chunk of data.

Propo...

d02fb30bf5e7c361f039df09a1018507b897fa6b authored over 9 years ago by Dennis Povshedny <[email protected]>
Test against PHP7

5a8f80d7ce6addd155a48a68c5c5797d81ea1341 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Adding Code Climate badge to readme

c37c18f157ec06e55c3ec25abbd9d72fc341a00d authored almost 10 years ago by e3betht <[email protected]>
[docs] Add run to docs

9f5e634351ad7f82431afa0568798ad99ec20034 authored almost 10 years ago by Chris Boden <[email protected]>
Merge pull request #13 from mbonneau/master

Changed Stream to DuplexStreamInterface in Response::__construct

e465253537520ff784c4cd664c52e42e06a72a66 authored almost 10 years ago by Chris Boden <[email protected]>
Changed Stream to DuplexStreamInterface in Response::__construct

3c46fa6fd40fccc58806ae8cb70b044d38973821 authored almost 10 years ago by Matt Bonneau <[email protected]>
Merge branch 'feature/cleanup'

fd29b80741d5e68a94513a2c3bb91e15158ee001 authored about 10 years ago by Chris Boden <[email protected]>
Use EventEmitterTrait instead of base class

1982258ccc86b6dfa74e572767811eae2a179982 authored over 10 years ago by Evgeniy Guseletov <[email protected]>
Cleanup, add missing events block

30c99d280e152e6a1701d18c292b57e217ef2aef authored over 10 years ago by Evgeniy Guseletov <[email protected]>
Merge pull request #6 from WyriHaximus/patch-1

Show test coverage directly after running test

305567a52d8435223a404c067a9ae14d7f3d5bda authored over 10 years ago by Chris Boden <[email protected]>
Reverted phpunit addition in require-dev

03bb32b32e550bcc05c8f1df70dab842fb111e01 authored over 10 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #4 from clue/deps

Explicitly list dependencies

172346125d28295530d89b281055d7797d285497 authored over 10 years ago by Chris Boden <[email protected]>
Added phpunit 4 to require-dev and using it in .travis.yml

5e5c433f17b72e537c876bc557a9dc09a7337796 authored over 10 years ago by Cees-Jan Kiewiet <[email protected]>
Show test coverage directly after running test

c58c33c4e1da5849d888189e37a32c3be59aecc0 authored over 10 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #3 from clue/changelog

Add CHANGELOG

76b2e48ebfa68a451a4d68b601627d4d6ee1ddce authored over 10 years ago by Chris Boden <[email protected]>
Explicitly list dependencies

08c9e1a5e3a5db785c6ee0aa9bf7584ad30fccb4 authored over 10 years ago by Christian Lück <[email protected]>
Add bumped versions to changelog

9779d56b495f27e6681d603b2871d39abba956ee authored over 10 years ago by Christian Lück <[email protected]>
Add CHANGELOG

Source:
https://github.com/reactphp/react/blob/a6de34d61f68adebd3cc3b855268a5f1475749b8/CHANGELOG.md

62d39e11f3426ba3da12721abf4f2796c0282b7a authored over 10 years ago by Christian Lück <[email protected]>
Added license file from react

45d0dab49df8da8d0b21bd8a8950644ebd150795 authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/standalone'

27de78b288ba6a657d5fa5a8a69a6ae2ccf8e9a2 authored over 10 years ago by Chris Boden <[email protected]>
Adjusted parent test bootstrap loader path

824ac296300f671b62139e61df086cc2e337cd0b authored over 10 years ago by Chris Boden <[email protected]>
Updated files so repo can act as a standalone component

37ae7d579248d15ef18cc644c708070fb3c593b9 authored over 10 years ago by Chris Boden <[email protected]>
Make components' tests run on their own and from main repo.

Each component has dedicated test config and bootstrap.
Duplication of parts of the skeleton is n...

800442ab3f194a4c4b34f1739c1536a4b1b422bd authored over 10 years ago by Christian Lück <[email protected]>
Move tests to each component

8ba8705a6b44785b335259aab502eff5905aa080 authored over 10 years ago by Christian Lück <[email protected]>
Update child repos to PSR-4 for git subs-plit

a0becdbdb6929b45a1d504f0e069bbc5b6d1c61c authored over 10 years ago by Chris Boden <[email protected]>
Remove unneeded loop argument from HttpClient: Client, Request, Response

bef4d8c64b7a2a7a527f1bfcf32c6e4409415fee authored almost 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'refs/heads/master' into 0.4

Conflicts:
CHANGELOG.md

835e440751313ecd6fa37fac0eb725ede25893f2 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch '0.4' into drop-get-body

* 0.4:
Move to 0.4.0 section in CHANGELOG
Remove PHP 5.3 from travis builds
Remove $that c...

42ac73d66fd1798c3ef1633f832de9c51c5ed170 authored over 11 years ago by Igor Wiedler <[email protected]>
Drop unused http-client Response::getBody()

0db9f8bb23af0973097e088c8032d9560cc7f4a4 authored over 11 years ago by Igor Wiedler <[email protected]>
Fix http-client requirement for socket-client

b5d272a01ff224034f1d28f008df7294d3e03c83 authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up annoying 5.3 $that = $this

80fcf212ac197a44fa78f1fc6803d781ac4ce47a authored over 11 years ago by Igor Wiedler <[email protected]>
[SocketClient] Rename Connector::createTcp to Connector::create

8593b2fa9893efd94f0e495bc7fdc50704897368 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'refs/heads/socket-client' into 0.3-client-merge

Conflicts:
composer.lock
src/React/HttpClient/Client.php
src/React/HttpClient/Request.php
te...

de363074dc6017ebd65f6c0ef19e7e9a579a5a3c authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/replace-guzzle-http' into 0.3

Conflicts:
composer.lock

c0e38070d2045af5b3fca38352ecf162a34b10cf authored over 11 years ago by Chris Boden <[email protected]>
[http-client] Whitespace

62a0238fba5ee781afd2f42bf169bb142ab19fbd authored over 11 years ago by Igor Wiedler <[email protected]>
[http-client] Simplify client, remove getters/setters for connectors

052d37d1005d2b93055d4d782bd14c12fcfc7ed8 authored over 11 years ago by Igor Wiedler <[email protected]>
Rename Connector::getConnection to createTcp

961c5e68be012d9e80d9467a557e72a027ec69dd authored over 11 years ago by Igor Wiedler <[email protected]>
Rename ConnectionManager to Connector

c7438c665aa755c847e9b1fec854b49ba5ca3de4 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/0.3' into socket-client

* origin/0.3:
Make travis install libevent ext only if needed
Update references to 0.3, upda...

37eb8a8c27b311cc081451f585713b47acf9ef6e authored over 11 years ago by Igor Wiedler <[email protected]>
Reflect recent changes to SecureConnectionManager

353813b6b60a0bb710053d44474488434ae5ac3d authored almost 12 years ago by Christian Lück <[email protected]>