Skip to content

httpserver.py: make http method case-insensitive - #42

Merged
csernazs merged 1 commit into
masterfrom
wip-zsolt
Oct 15, 2020
Merged

httpserver.py: make http method case-insensitive#42
csernazs merged 1 commit into
masterfrom
wip-zsolt

Conversation

@csernazs

Copy link
Copy Markdown
Owner

When creating a matcher, it should not matter whether the method is
specified as 'get' or 'GET'. At the end it will be converted to uppercase.

Fixes #40.

When creating a matcher, it should not matter whether the method is
specified as 'get' or 'GET'. At the end it will be converted to uppercase.

Fixes #40.
@csernazs
csernazs merged commit db72302 into master Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

expect_request should ignore case in method string

1 participant