Skip to content

Releases: SpectrumBroad/oohttp

v2.0.0

11 Mar 17:47
Compare
Choose a tag to compare

Changed

  • Relative pathnames are respected when merging Url's through 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.

v1.1.1

14 Oct 12:42
Compare
Choose a tag to compare

Fixed

  • Url.parseQueryString(search) now performs URI component decoding on the key and value before assigning to the query object.

v1.1.0

08 Aug 13:27
Compare
Choose a tag to compare

Added

  • 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.

v1.0.0

08 Aug 12:34
Compare
Choose a tag to compare
release 1.0.0