http.delete Event
body
the http.delete data that was received along with the
HTTP response.
headerout
each of the output headers received from the HTTP request
response will generate an event with this attribute name
as the prefix to the header attribute name. So if you
had a header with the name X then your resulting event
would be named event.headerout.x
bodysize
the size in bytes of the data that was received in the
HTTP response.
status
the status code for the HTTP request.
bodyhash
the hash of the http.delete data that was received along
with the HTTP response.
headerin
each of the input headers for the HTTP request will have
an event with this attribute name as the prefix to the
header attribute name. So if you had a header with the
name X then your resulting event would be named
event.headerin.x
statusmsg
the status code for the HTTP request.
uri
the exact uri passed to the http request.