From 94da9293f63e46712b0a890e1e0eab4153fdb3f9 Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Wed, 15 Nov 2023 16:31:50 +0100 Subject: Add file download functionality --- utils.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils.go') diff --git a/utils.go b/utils.go index 861ee38..f26dc6c 100644 --- a/utils.go +++ b/utils.go @@ -13,6 +13,8 @@ import ( "strings" ) +const HeaderBypassCache = "X-Flyscrape-Bypass-Cache" + func Prettify(v any, prefix string) string { var buf bytes.Buffer enc := json.NewEncoder(&buf) -- cgit v1.2.3