Merge pull request #1605 from GTedHa/fix_typo/request_data_md

Fix typo in request_data.md, docs.
This commit is contained in:
7 2019-06-10 20:20:12 -07:00 committed by GitHub
commit 322cf89c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ The output will be:
{ {
"parsed": true, "parsed": true,
"url": "http:\/\/0.0.0.0:8000\/query_string?test1=value1&test2=&test3=value3", "url": "http:\/\/0.0.0.0:8000\/query_string?test1=value1&test2=&test3=value3",
"args_with_blank_values": {"test1": ["value1""], "test2": "", "test3": ["value3"]}, "args_with_blank_values": {"test1": ["value1"], "test2": "", "test3": ["value3"]},
"query_string": "test1=value1&test2=&test3=value3" "query_string": "test1=value1&test2=&test3=value3"
} }
``` ```