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

Attempt to match mock raw query string before complex match #11

Merged
merged 1 commit into from
May 10, 2021

Conversation

steinfletcher
Copy link
Contributor

The complex parsing and matching method sometimes fails if the regex
isn't quite right, and some users just want to perform an exact string
match. So we attempt an exact match before parsing the query string

@steinfletcher steinfletcher force-pushed the feature/query-string-match branch from 4b81451 to 50e3ec1 Compare May 10, 2021 12:43
The complex parsing and matching method sometimes fails if the regex
isn't quite right, and some users just want to perform an exact string
match. So we attempt an exact match before parsing the query string
@steinfletcher steinfletcher force-pushed the feature/query-string-match branch from 50e3ec1 to 09dddc1 Compare May 10, 2021 12:43
@steinfletcher steinfletcher merged commit 7359c15 into master May 10, 2021
@steinfletcher steinfletcher deleted the feature/query-string-match branch May 10, 2021 12:46
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.

1 participant