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

Issue 250 encoded url param #290

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

Commits on Mar 8, 2022

  1. Add support for URL Encoded Remote URLs willnorris#250

    - URL encoding of remote urls is now supported (but still optional).
    - Options parameter is no longer optional.
      - You can pass empty/no-op options (`//http...` or `/x/http...` or `/0x0/http...`),
      - but not `/http...`.
    - Added more test cases.
    mattpr committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1aa29ff View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    4a408f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8c38e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Improve test coverage

    mattpr committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    872e872 View commit details
    Browse the repository at this point in the history