Skip to content

Add support for HTTP headers

Marcos Huck requested to merge feature/headers_support into master

Context

We'd like to send a predefined set of headers through our HTTP clients to identify events and add specific metadata.

Change

This MR introduces support for predefined HTTP headers when sending requests.

The idea to add predefined headers is to use a header to specify the event that's being sent.

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports