Skip to content

Releases: fracture/http

Expanded documentation for Request class and minor API changes

Choose a tag to compare

@teresko teresko released this 10 Mar 22:07

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

Choose a tag to compare

@teresko teresko released this 07 Mar 04:30
Merge pull request #9 from teresko/master

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

Changed handling for cookies

Pre-release

Choose a tag to compare

@teresko teresko released this 06 Mar 19:02

Incompatible with 0.3.2 and earlier.

Improved handling of content parsers

Pre-release

Choose a tag to compare

@teresko teresko released this 22 Feb 08:37
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

Pre-release

Choose a tag to compare

@teresko teresko released this 22 Feb 01:33

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

Cleaned up version Pre-release
Pre-release

Choose a tag to compare

@teresko teresko released this 13 Feb 22:33

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

Adding PSR-2 compatibility

Choose a tag to compare

@teresko teresko released this 20 Mar 13:00
0.2.0

version requirement confusion

Initial release for HTTP abstraction library

Choose a tag to compare

@teresko teresko released this 19 Mar 18:22
0.1.0

fixing incompability with psr autoloader