Skip to content

Releases: JuliaWeb/HTTP.jl

v0.5.7

16 Dec 19:20
Compare
Choose a tag to compare
0.6/0.7 compat

v0.5.6

15 Dec 23:05
Compare
Choose a tag to compare
Fix isjson check in sniff.jl

Fix for Dates move to stdlib

25 Nov 23:47
Compare
Choose a tag to compare
v0.5.5

whoops (#127)

v0.5.4

29 Oct 15:47
Compare
Choose a tag to compare
Make sure we still allow Dict{String, String} for headers

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