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

Add Uri with support for regexUri and globUri #6696

Merged
merged 28 commits into from
Feb 22, 2020

Commits on Nov 1, 2019

  1. Add path args

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b80ea90 View commit details
    Browse the repository at this point in the history
  2. Add example

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    37f3d59 View commit details
    Browse the repository at this point in the history
  3. Update code format

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    41695e6 View commit details
    Browse the repository at this point in the history
  4. Add missing include

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    5dfa3f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddb0f6f View commit details
    Browse the repository at this point in the history
  6. fix unsigned int

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4e49e29 View commit details
    Browse the repository at this point in the history
  7. Remove tabs

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    1584859 View commit details
    Browse the repository at this point in the history
  8. use vector<>.resize

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    da189ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cabf620 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cd3468 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    637b9cb View commit details
    Browse the repository at this point in the history
  12. The order no longer matters.

    Path arguments may not contain the value '/'
    Updated the example
    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    63163d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a626c5f View commit details
    Browse the repository at this point in the history
  14. Update PathArgServer.ino

    fix trailing space
    d-a-v authored and bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    977120c View commit details
    Browse the repository at this point in the history
  15. const String&

    d-a-v authored and bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    de7b504 View commit details
    Browse the repository at this point in the history
  16. Add regex support

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    879e076 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    afe7854 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8f5eda3 View commit details
    Browse the repository at this point in the history
  19. Update example

    bmooij-beeliners committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    2ee04d0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3edf15a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    820597c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    8d95fb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    a856527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e823c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    baa4c49 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    f470387 View commit details
    Browse the repository at this point in the history
  2. Use the standard STASSID/PSK settings for example

    Make the example match the existing examples which allow setting
    the SSID/PSK in the local platform.txt file.
    earlephilhower committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    bb77646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be78c3b View commit details
    Browse the repository at this point in the history