github.com/MontFerret/ferret@v0.18.0/examples/headers.fql (about)

     1  LET proxy_header = {"Proxy-Authorization": ["Basic e40b7d5eff464a4fb51efed2d1a19a24"]}
     2  
     3  LET doc = DOCUMENT("https://google.com", { headers: proxy_header})
     4  
     5  RETURN doc