Support for OPTIONS request
Adds a simple HTTP Component that responds to OPTIONS request with
a corresponding HTTP response if a corresponding endpoint is configured:
HTTP/1.1 200 OK
Allow: GET, POST
Content-Length: 0
Adds a simple HTTP Component that responds to OPTIONS request with
a corresponding HTTP response if a corresponding endpoint is configured:
HTTP/1.1 200 OK
Allow: GET, POST
Content-Length: 0