You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now (as of issue creation time) Quail lacks the ability to connect to the internet. It should have a built-in internet request library (for example like requests in Python).
Right now (as of issue creation time) Quail lacks the ability to connect to the internet. It should have a built-in internet request library (for example like
requests
in Python).Request function signature suggestion:
which can return an object with response info (content-type, headers, cookies, body, etc.)
Similar functions are suggested for other HTTP methods (POST, PATCH, etc.)
The text was updated successfully, but these errors were encountered: