Skip to content

Releases: JuliaWeb/HTTP.jl

v0.5.3

27 Oct 13:41
Compare
Choose a tag to compare
Allow headers to be any type. Fix #102

v0.5.2

26 Oct 06:25
Compare
Choose a tag to compare
try to fix 32-bit (#101)

v0.5.1

26 Oct 05:56
Compare
Choose a tag to compare
Put charset as utf8 to try and always get valid utf8 for julia

v0.5.0 Release

13 Oct 04:19
Compare
Choose a tag to compare
Remove a module reload in tests

Bug fixes

02 May 04:12
Compare
Choose a tag to compare
v0.4.3

Fix #47. s_body_indentity_eof is a valid message complete indicator

Initial Julia 0.6 support release

18 Mar 18:59
Compare
Choose a tag to compare
use String(take!(r)) instead of take!(String, r) (#39)

no other IO types do the latter

v0.4.1: Multipart/form-data support (#27)

22 Feb 04:57
Compare
Choose a tag to compare
* Add support for multipart/form-data uploads. Addresses a checkbox in #4

Initial release

11 Feb 19:44
Compare
Choose a tag to compare
v0.4.0

Add minimum version for MbedTLS requires