Headers

The headers config option allows you to specify the custom HTTP headers sent with each request.

Configuration
export const config = {
  headers: {
    "Authorization": "Bearer ey....",
    "User-Agent": "Mozilla/5.0 (Macintosh ...",
  },
  // ...
};