Skip to content

Tags: tomvo/httpful

Tags

v0.1.7

Toggle v0.1.7's commit message
Handle headers that occur more than once

As outlined in RFC 2616 Sec 4.2 paragraph 5
fixes nategood#50

v0.1.6

Toggle v0.1.6's commit message
build script error reporting improved and new downloads added

v0.1.5

Toggle v0.1.5's commit message
Change log updated

v0.1.4

Toggle v0.1.4's commit message
Version bump for 0.1.4

Adds support for CSV Handling

v0.1.2

Toggle v0.1.2's commit message
 XmlHandler conf options added

    Added new examples
    Removed httpful.php in favor of httpful.phar download

v0.1.0

Toggle v0.1.0's commit message
v0.1.0

Refactoring of the way parsing and serializing occurs.
Adds the ability to register custom parsers and serializers for a given mime type.
Existing parsing and serialization was moved to follow the same registration pattern.