From 297835a9b2c1673ec62932271160bc036d95832c Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 24 Nov 2025 20:58:57 +0100 Subject: public -> docs --- public/docs/configuration/headers/index.html | 557 --------------------------- 1 file changed, 557 deletions(-) delete mode 100644 public/docs/configuration/headers/index.html (limited to 'public/docs/configuration/headers') diff --git a/public/docs/configuration/headers/index.html b/public/docs/configuration/headers/index.html deleted file mode 100644 index b4e034f..0000000 --- a/public/docs/configuration/headers/index.html +++ /dev/null @@ -1,557 +0,0 @@ - - - - - - - - - - - - - - - Headers – Flyscrape - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -
-
-
- -
Headers
-
- -
-

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 ...",
-  },
-  // ...
-};
- -
-
- -
-
- - -
-
-
- - - - - - - - - - -- cgit v1.2.3