Changelog
[2.0.0][]
url.mergeFrom()
. If a path starts with a slash, it overwrites the entire path from the merge url. Otherwise it is appended. This affects methods on oohttp.Base
handling as well.Changelog
[1.1.1][]
Url.parseQueryString(search)
now performs URI component decoding on the key and value before assigning to the query
object.Changelog
[1.1.0][]
toFunction
, toFunctionArray
and toFunctionMap
methods to pass individual results through a function. These behave much like toObject
and such, but instead of passing the results to a constructor, they are passed to a function.
Support for basic
proxy authorization.