M
Modular11mo ago
cringe

HTTPS requests

I want to create a query with Modular. I am still doing it with python. But I don't understand how to do it in Modular
1 Reply
kompaqt.core
kompaqt.core9mo ago
A minimal example (using python "requests"): from python import Python let requests = Python.import_module('requests') let response = requests.get('http://ip.jsontest.com/') print(response.content) There are no native calls from Mojo yet.
Want results from more Discord servers?
Add your server