Http
Revision as of 03:54, 11 September 2020 by JoeStrout (talk | contribs) (Created page with "In Mini Micro, the <msinline>http</msinline> module is a small collection of functions for interacting with web sites and services using the HTTP protocol. {| class="wiki...")
In Mini Micro, the http module is a small collection of functions for interacting with web sites and services using the HTTP protocol.
| Method | Purpose |
|---|---|
| http.get(url) | download text, image, or sound at the given url |
| http.delete url | delete the resource at the given url |
| http.post url, data | post to the given url with the given data |
| http.put url, data | create a resource at url with the given data |