From everything I am reading, the Python support for workers is VERY limited, such that, only libs that have no native underlying libraries (e.g. Python internal libs) are supported by transcrypt.
Unless I'm missing something, although I have looked... Personally, I'm not sure I would refer to this as "Python support" for workers.
for miniflare, you can set the upstream origin with , so that way your pass-through requests land there, rather than trying to infinitely request yourself
Yeah I'd actually recommend NOT reconstructing the request, because it buffers it in memory if you do that vs passing through directly and avoiding any memory limits.
Pages is linked to git so each commit on the production branch will deploy to production, and each commit on any other branches will deploy to a unique URL.
I do have to warn you though; Functions on Pages are in beta right now so there's a request limit of 100k per day, although it can be increased on request.