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

openapi3filter: validate non-string headers #712

Merged
merged 6 commits into from Dec 17, 2022
Merged

Commits on Dec 16, 2022

  1. issue getkin#709 - validate response headers against their respective…

    … schema
    
    Previously the code assumed response headers were only strings. Now the code can validate any type of response header
    Steve Lessard committed Dec 16, 2022
    Copy the full SHA
    09bb970 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into issue709

    Steve Lessard committed Dec 16, 2022
    Copy the full SHA
    db1cc91 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. getkin#709 - Unit tests

    Steve Lessard committed Dec 17, 2022
    Copy the full SHA
    c8b9d46 View commit details
    Browse the repository at this point in the history
  2. getkin#709 - Fix failing unit tests; format source code

    Steve Lessard committed Dec 17, 2022
    Copy the full SHA
    2fbce80 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    60c552e View commit details
    Browse the repository at this point in the history
  4. getkin#709 - format imports

    Steve Lessard committed Dec 17, 2022
    Copy the full SHA
    8ab9e5b View commit details
    Browse the repository at this point in the history