Skip to content

v0.3.2

Compare
Choose a tag to compare
@michael-lazar michael-lazar released this 03 Jun 02:48
· 76 commits to master since this release
  • The static file server will now URL-encode spaces (%20) and other reserved
    characters in filenames.
  • The Request class will now apply URL decoding to the following components
    of the request, in addition to the query params:
    • request.path
    • request.params
    • request.fragment