HTTP v0.8.0 Release Notes

Release Date: 2015-04-01 // about 9 years ago
    • #199: Properly handle WaitWritable for SSL. ([@zanker])
    • #197: Add support for non-ASCII URis. ([@ixti])
    • #187, #194, #195: Add configurable connection timeouts. ([@zanker])
    • #179: Refactor requests redirect following logic. ([@ixti])
    • 👌 Support for persistent HTTP connections ([@zanker])
    • #77, #177: Add caching support. ([@Asmod4n], [@pezra])
    • #176: Improve servers used in specs boot up. Issue was initially raised up by [@olegkovalenko]. ([@ixti])
    • Reflect FormData rename changes (FormData -> HTTP::FormData). ([@ixti])
    • #173: HTTP::Headers now raises HTTP::InvalidHeaderNameError in case of (surprise) invalid HTTP header field name (e.g."Foo:Bar"). ([@ixti])