kompaqt.core
MModular
•Created by cringe on 11/7/2023 in #questions
HTTPS requests
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.2 replies