Skip to content

Custom Headers

You can provide additional custom headers for your requests:

js
const clientOptions = {
  customHeaders: {
    'X-Custom-Header': 'CustomValue'
  }
};

Released under the MIT License.