We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To match and mock a request with certain content, e.g. posted data, a request callback is currently needed.
It would be nice to have an alternative way in the api, like http method and url, to allow request content matching, as discussed and proposed in #83.
The HTTPX request API also supports cookies and files, which would be of interest to match on, as mentioned in #79.
cookies
files
content
data
json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To match and mock a request with certain content, e.g. posted data, a request callback is currently needed.
It would be nice to have an alternative way in the api, like http method and url, to allow request content matching, as discussed and proposed in #83.
The HTTPX request API also supports
cookies
andfiles
, which would be of interest to match on, as mentioned in #79.cookies
(investigate format), Fixed by More patterns and lookups #99.content
, Fixed by Implement content, data and json patterns #106data
, Fixed by Implement content, data and json patterns #106json
, Fixed by Implement content, data and json patterns #106Moved to Add a files pattern? #115files
(investigate POST fields)The text was updated successfully, but these errors were encountered: