Open AncientEntity opened 9 months ago
Hey I was wondering if you can send a GET request with a body/headers inside of pygbag or if that's a limitation of the system? Thanks.
either use
async with fopen(url,mode) as file: data = file.read()
or see https://github.com/pygame-web/pygbag/discussions/120
Hey I was wondering if you can send a GET request with a body/headers inside of pygbag or if that's a limitation of the system? Thanks.