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(middleware): add methods option (options.methods) #319

Merged
merged 7 commits into from
Aug 21, 2018
Merged

feat(middleware): add methods option (options.methods) #319

merged 7 commits into from
Aug 21, 2018

Commits on Aug 20, 2018

  1. Add the option acceptedMethods

    Add the option `acceptedMethods` to allow for requests with method other than "GET" to be processed
    ferdinando-ferreira committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    ebdceda View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Update README.md documenting the addition of the option `acceptedMethods`
    ferdinando-ferreira committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    60aa130 View commit details
    Browse the repository at this point in the history
  3. Tests for the option acceptedMethods

    Add a set of testes for the option `acceptedMethods`
    ferdinando-ferreira committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    795b08a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df4654f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    aa06f77 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ferdinando-ferreira committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b195846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    091a0c0 View commit details
    Browse the repository at this point in the history