etc/schema: add http_request_body

Ticket: 8161
(cherry picked from commit e4e5413478)
pull/15298/head
Eric Leblond 4 months ago committed by Philippe Antoine
parent 3f99f07342
commit e41d71ff84

@ -1709,6 +1709,14 @@
"http_refer": {
"type": "string"
},
"http_request_body": {
"type": "string",
"description": "Base64 of the request body"
},
"http_request_body_printable": {
"type": "string",
"description": "The ascii-printable characters of the request body"
},
"http_response_body": {
"type": "string"
},

Loading…
Cancel
Save