Skip to content

HTTP Server

Run an HTTP server and output any received requests.

FieldTypeRequiredDescription
addressstringserver listens on this address:port.
pathstringand optionally only on this path.
content-typestringOptional type of this body.
tlsTlsOptional TLS certificate and key.
only-bodyboolean (bool)only print out body, assumed to be JSON.
querystringonly print out given query var.
jsonboolean (bool)data is assumed to be already JSON.
ignore-linebreaksboolean (bool)data is assumed to be already JSON.
custom-responsemultiline-text (string)respond using this text.
source-ip-fieldevent-field (string)If specified the source IP address for the http request to the server will be stored in the specified field.
timeoutstringtimeout.
FieldTypeRequiredDescription
certstring.
keystring.