Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add decodeFullUrl option #57

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2019

  1. feat: add decodeFullUrl option

    Changes onDecode signature to (req, options) instead of (req, res, next), because options are useful when decoding the url but res and next are never used (and I couldn't find a usecase).
    P4sca1 committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    b9d1c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e4dd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. test: add decodeFullUrl test

    P4sca1 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    723ffd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e1f121 View commit details
    Browse the repository at this point in the history