From b1e2c8fd5cb5dfa46bc440a12eafaf56cd844b1c Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 24 Nov 2025 20:54:57 +0100 Subject: Docs --- public/docs/configuration/headers/index.html | 557 +++++++++++++++++++++++++++ 1 file changed, 557 insertions(+) create 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 new file mode 100644 index 0000000..b4e034f --- /dev/null +++ b/public/docs/configuration/headers/index.html @@ -0,0 +1,557 @@ + + + + + + + + + + + + + + + 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