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

TestClient: Allow params with empty values in POST #2268

Closed
wants to merge 1 commit into from

Commits on Feb 12, 2014

  1. TestClient: Allow params with empty values in POST

    The test HTTP client allows us to send query params where the value is
    empty when using GET. When using POST on the other hand, sending the
    empty list as the value will remove the key/value pair entirely.
    Make this behaviour symmetrical and allow keys with empty values also
    for POST.
    Simon Andersson committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    c12e1a7 View commit details
    Browse the repository at this point in the history