This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
guzzle
Watch
1
Star
0
Fork
0
You've already forked guzzle
mirror of
https://github.com/guzzle/guzzle.git
synced
2025-02-26 11:05:28 +01:00
Code
Issues
Releases
Wiki
Activity
guzzle
/
tests
/
Guzzle
/
Tests
/
Http
/
Message
History
Michael Dowling
e3c3684b8a
Adding much more control around the expect header. Only sending the expect header by default when the size of the body exceeds 1MB or the body is not seekable.
2012-10-15 16:38:38 -07:00
..
AbstractMessageTest.php
PHP-CS-Fixer fixes to remove unused use statements and extra empty lines
2012-09-02 12:01:34 -07:00
EntityEnclosingRequestTest.php
Adding much more control around the expect header. Only sending the expect header by default when the size of the body exceeds 1MB or the body is not seekable.
2012-10-15 16:38:38 -07:00
HeaderComparisonTest.php
…
HeaderTest.php
[Http] Refactoring cookie implementation
2012-06-02 21:38:05 -07:00
PostFileTest.php
Stripping out the path to a file in the Content-Disposition of a POST file. Addresses
#55
.
2012-09-20 11:31:33 -07:00
RequestFactoryTest.php
Updating tests so that they work with the broken behavior of returning text/x-c++ for the content-type of .php scripts
2012-07-21 22:26:00 -07:00
RequestTest.php
Adding much more control around the expect header. Only sending the expect header by default when the size of the body exceeds 1MB or the body is not seekable.
2012-10-15 16:38:38 -07:00
ResponseTest.php
Adding previousResponse to responses for tracking redirects
2012-10-15 16:38:35 -07:00