diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-11-15 16:31:50 +0100 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-11-15 23:54:03 +0100 |
| commit | 94da9293f63e46712b0a890e1e0eab4153fdb3f9 (patch) | |
| tree | de81e6d00f7e1a5215d18557e772e7f1131d218b /utils.go | |
| parent | 3e01902887bdc52e743ef6cec53a5c89cb5637f0 (diff) | |
Add file download functionality
Diffstat (limited to 'utils.go')
| -rw-r--r-- | utils.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |