You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* mod: .travis.yml Drop 0.5
mod: README.md Comment, issue #43 URI field
mod: REQUIRE Drop 0.5
mod: src/HttpCommon.jl AbstractString -> String. Constructors accepting AbstractString.
* modified: .travis.yml Separate depwarns from URIParser <- Compat
* modified: test/runtests.jl Added tests for constructing requests with Dict{AbstractString, AbstractString}
Added two-step test for isa(HttpCommon.header(), Header)
* modified: src/HttpCommon.jl Added using Base.Dates (the 0.6 way)
* modified: .travis.yml Drop the two-step compilation again.
modified: REQUIRE No way around including Compat for covering 0.6 and 0.7.
modified: src/HttpCommon.jl using Compat.Dates
Here it says
request
has five fields but only four are listed,uri
is missing.The text was updated successfully, but these errors were encountered: