Skip to content

Releases: fracture/http

Expanded documentation for Request class and minor API changes

10 Mar 22:07
Compare
Choose a tag to compare

The hardcoded overrides for HTTP request method and HTTP Accept header have been removed. Also the Request::getAllCookies() is has been deleted, since it was a vestigial code from first drafts of ResponseBuilder.

Expanded functionality for content parsers in RequestBuilder

07 Mar 04:30
Compare
Choose a tag to compare
Merge pull request #9 from teresko/master

Added new functionality for content parsers .. also a bit of docs

Changed handling for cookies

06 Mar 19:02
Compare
Choose a tag to compare
Pre-release

Incompatible with 0.3.2 and earlier.

Improved handling of content parsers

22 Feb 08:37
Compare
Choose a tag to compare
Pre-release
Merge pull request #7 from teresko/master

Adding functionality for reading Content-Type header for custom content parser in RequestBuilder

Incremental improvement of HTTP lib

22 Feb 01:33
Compare
Choose a tag to compare
Pre-release

Changed the behaviour of Accept header handling, which previously did not take in account that there is also a specificity condition in the HTML1.1 spec for that particular header.

Cleaned up version

13 Feb 22:33
Compare
Choose a tag to compare
Cleaned up version Pre-release
Pre-release

Fixed various instance of "stupid" in settings, test and dependencies.

Adding PSR-2 compatibility

20 Mar 13:00
Compare
Choose a tag to compare
0.2.0

version requirement confusion

Initial release for HTTP abstraction library

19 Mar 18:22
Compare
Choose a tag to compare
0.1.0

fixing incompability with psr autoloader