Http
Jump to navigation
Jump to search
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, headers) | download text, image, or sound at the given url |
| http.delete url, headers | delete the resource at the given url |
| http.post url, data, headers | post to the given url with the given data |
| http.put url, data, headers | create a resource at url with the given data |