There was an error while loading. Please reload this page.
1 parent b7799a8 commit d88834dCopy full SHA for d88834d
1 file changed
src/utilities/misc.jl
@@ -100,7 +100,6 @@ function parseparam(::Type{String}, str::String; escape=true)
100
return escape ? HTTP.unescapeuri(str) : str
101
end
102
103
-
104
function parseparam(::Type{Char}, str::String; escape=true)
105
value = escape ? HTTP.unescapeuri(str) : str
106
return first(value)
0 commit comments