~nhanb/faasproxy

gcf: add http/https scheme header
remove chunked encoding header, use cloudscraper

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nhanb/faasproxy
read/write
git@git.sr.ht:~nhanb/faasproxy

You can also use your local clone with git send-email.

Dumb (bespoke "protocol" & grossly inefficient) https proxy on FaaS..es. See each script for more detail on how to use.

#Deployment

# Google Cloud Functions
cd gcf
printf 'mysecretkey' > key.txt
make

# Cloudflare Workers (DOES NOT HAVE AUTH)
cd cfw
# []