Skip to content

Releases: romanpitak/PHP-REST-Client

Clean Code

19 Feb 15:37
Compare
Choose a tag to compare

Removed tabs from codebase and refactored long and complex methods.

Fix for HTTP 100 Continue in Response

15 Sep 08:29
Compare
Choose a tag to compare

fix for HTTP 100 Continue
added getHeader() function
added various missing php docs

Expect header turned off

10 Sep 12:24
Compare
Choose a tag to compare

Turn off the Expect header to stop HTTP 100 Continue responses.
Response parsing was not handling these headers.