From b1e2c8fd5cb5dfa46bc440a12eafaf56cd844b1c Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 24 Nov 2025 20:54:57 +0100 Subject: Docs --- content/docs/configuration/headers.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/docs/configuration/headers.md (limited to 'content/docs/configuration/headers.md') diff --git a/content/docs/configuration/headers.md b/content/docs/configuration/headers.md new file mode 100644 index 0000000..2b8f82c --- /dev/null +++ b/content/docs/configuration/headers.md @@ -0,0 +1,17 @@ +--- +title: 'Headers' +weight: 9 +--- + +The `headers` config option allows you to specify the custom HTTP headers sent with each request. + +```javascript {filename="Configuration"} +export const config = { + headers: { + "Authorization": "Bearer ey....", + "User-Agent": "Mozilla/5.0 (Macintosh ...", + }, + // ... +}; +``` + -- cgit v1.2.3