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

FastHttpSession: Enable passing json as a positional argument for post() and stop converting response times to int #2772

Merged
merged 4 commits into from
Jun 26, 2024

Conversation

tdadela
Copy link
Contributor

@tdadela tdadela commented Jun 25, 2024

A few minor FastHttpSession improvements, including adding json as positional argument to def post(self, url, data=None, json=None, **kwargs): function.

@cyberw cyberw merged commit 063c404 into locustio:master Jun 26, 2024
14 checks passed
@cyberw cyberw changed the title A few minor FastHttpSession improvements FastHttpSession: Enable passing json as a positional argument for post() and stop converting response times to int Jun 26, 2024
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.

None yet

2 participants