zeek/testing/btest/Baseline/scripts.base.frameworks.file-analysis.http.post/2-file
Christian Kreibich 17cd740519 Update btest-diff calls on binary files to using "--binary"
This converts Johanna's TEST_DIFF_CANONIFIER removals via "env -u" to
using the new "btest-diff --binary", and updates the affected baselines.
2020-12-06 20:19:52 -08:00

17 lines
No EOL
366 B
Text

{
"origin": "10.142.133.148",
"files": {},
"form": null,
"url": "http://httpbin.org/post",
"args": {},
"headers": {
"Content-Length": "11",
"Connection": "close",
"Accept": "*/*",
"User-Agent": "curl/7.29.0",
"Host": "httpbin.org",
"Content-Type": "application/x-www-form-urlencoded"
},
"json": null,
"data": "hello world"
}