Skip to content

Releases: romanpitak/PHP-REST-Client

Clean Code

Choose a tag to compare

@romanpitak romanpitak released this 19 Feb 15:37

Removed tabs from codebase and refactored long and complex methods.

Fix for HTTP 100 Continue in Response

Choose a tag to compare

@romanpitak romanpitak released this 15 Sep 08:29

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

Expect header turned off

Choose a tag to compare

@romanpitak romanpitak released this 10 Sep 12:24

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