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

extend the sniffing capability to head out to the endpoint to find out what it is #6

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

Commits on Jul 1, 2022

  1. extend the sniffing capability to head out to the endpoint to find ou…

    …t what it is
    
    some comments:
    - it may return an array of protocols, if multiple are supported
    - for backwards compatibility, you need to set first=False to allow multiple (multiple is also slow)
    - you need to set extended=True to activate the extended sniffing
    pvgenuchten committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    7efc5d9 View commit details
    Browse the repository at this point in the history
  2. add optional parameter to click and tests

    add owslib to requirements
    pvgenuchten committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    eb623cb View commit details
    Browse the repository at this point in the history