Difference between revisions of "Http"

From MiniScript Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 03:54, 11 September 2020

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