Skip to content

Parable HTTP 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 08 Mar 18:44

0.3.0

Changes

  • Uri now accepts a null value on withPort(), withUser(), withPass(), withPath(), withQuery() and withFragment() to reset these values properly.
  • Uri also accepts an empty array in withQueryArray()
  • Urls generated now always have a / between query parts, fragments and the actual url.