Skip to content

Commit

Permalink
Update Input.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary authored Nov 1, 2019
1 parent fb97574 commit aa47537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Input.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function post_from_request!(request::HTTP.Request, input::HttpInput)
end

function post_url_encoded!(http_data::Array{UInt8, 1}, post_data::HttpPostData)
params::Dict{String,String} = query_params(String(http_data))
params::Dict{String,String} = URIParser.query_params(String(http_data))

for (key::String, value::String) in params
post_data[key] = value
Expand Down

0 comments on commit aa47537

Please sign in to comment.