1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-03-15 11:50:08 +01:00

11 Commits

Author SHA1 Message Date
Graham Campbell
f5aa695156
Robust handling of responses with invalid headers (#2872)
* Robust handling of responses with invalid headers

Co-Authored-By: Tim Düsterhus <209270+TimWolla@users.noreply.github.com>

* Cleanup

Co-authored-by: Tim Düsterhus <209270+TimWolla@users.noreply.github.com>
2021-03-21 18:40:38 +01:00
Guilliam Xavier
351a213ba2
Fix "Fixed deprecation warning in node test server" (#2638)
* Fix "Fixed deprecation warning in node test server

* Ignore PHPStan error after review
2020-05-17 12:36:12 +03:00
Graham Campbell
a7680be7f3 Fixed deprecation warning in node test server (#2517) 2019-12-29 21:13:05 +02:00
Benjamin Browning
ce35ac544d Use safer JSON.parse() instead of eval()
Closes #2004
2018-04-04 23:09:53 -04:00
Arnaud Le Blanc
ed1d1bdecf Add 'read_timeout' option 2016-11-09 17:59:14 +01:00
Michael Dowling
acb33e0731 Cleaning up test server and starting on ClientTest 2015-03-21 17:10:17 -07:00
Michael Dowling
1a9ad6b553 WIP refactor for PSR-7 2015-02-25 14:50:44 -08:00
Michael Dowling
f19cc3a40d Some minor breaking changes and adding async future responses. 2014-09-08 21:35:10 -07:00
Michael Dowling
90bd509464 Adding support for the decode_content request option
- MessageFactory and adapters now handle decode_content
- server.js now requires base64 encoded data in the "body" JSON parameter.
- Closes #764
2014-08-17 14:33:46 -07:00
Fred Emmott
4db19b75d9 Change port used for unit tests
The purpose here is to allow running guzzle3 and guzzle4 tests at the
same time, on the same machine. This is needed for
http://hhvm.com/frameworks/ to work correctly. Ideally we'll make these
more isolated in the future, but this should be an unobtrusive
short-term fix.
2014-06-09 10:18:36 -07:00
Michael Dowling
89a8e2ede1 Using PSR-4 and moving namespace from Guzzle to GuzzleHttp
- Moving various namespaces up a level
- Updating docs
- Renaming EventSubscriberInterface to SubscriberInterface
2014-02-16 20:42:45 -08:00