connexion
connexion copied to clipboard
WIP: Parse dont validate
Changes proposed in this pull request:
- move type coercion into one place (with validation)
- move sanitization to just before populating function arguments to avoid over-matching (like "$abc" and "abc$")
- refactor + simplify notorious
_get_body_argument()function.
Coverage increased (+0.1%) to 96.28% when pulling 4e63c822c4f758cdc83d941f86c3b99adab02040 on dtkav:parse_dont_validate into 4b93890606473835b8d0b78670514e1db145ba69 on zalando:master.
This split is now done as part of https://github.com/spec-first/connexion/issues/1489.