Releases: romanpitak/PHP-REST-Client
Releases · romanpitak/PHP-REST-Client
Clean Code
Removed tabs from codebase and refactored long and complex methods.
Fix for HTTP 100 Continue in Response
fix for HTTP 100 Continue
added getHeader() function
added various missing php docs
Expect header turned off
Turn off the Expect header to stop HTTP 100 Continue responses.
Response parsing was not handling these headers.