logstash-input-http
logstash-input-http copied to clipboard
Add reponse_body to be able to provide a custom body (issue 117)
Hello,
I've tried to implement the missing feature as mentioned on https://github.com/logstash-plugins/logstash-input-http/issues/117
I am still not sure how to handle the content-type header as it seems we're re-using the one sent in the request, if any.
FYI @jsvd