turner-townsend / flask-pydantic-spec

An Flask OpenAPI library using Pydantic
Apache License 2.0
98 stars 17 forks source link

Validate content type contains application json #21

Closed cgearing closed 2 years ago

cgearing commented 2 years ago

As requested in #18, this PR just checks the content type has application/json in it, rather than matching it exactly.