Registered StackHub users may elect to receive email notifications whenever a new package version is released.
There are 6 watchers.
The Pod provides the Axon function - dcHttp(). The function provides a simple, lightweight, implementation for REST API calls. The method can be used to retrieve or create new records at an external API address. Users of this extension are welcome to use, edit and add to the extension and related source code as they see fit.
`
characters.responseString
will return what dcHttp method returns.responseCode
will return the HTTP calls response status.() => do uri: `https://exampleblog/posts/5` method: "GET" headers: null body: null code: dcHttpResponse(uri,headers,body,method)["responseCode"] return code end
() => do uri: `https://exampleblog/posts/5` method: "GET" headers: null body: null return dcHttp(uri,headers,body,method) end
() => do uri: `https://exampleblog.com/new` method: "POST" headers: {"Content-Type":"application/json"} body: "{\"key1\":\"value1\",\"key2\":\"value2\"}" return dcHttp(uri,headers,body,method) end
Version | 3.1 |
---|---|
License | MIT |
Build date | 3 years ago on 5th Oct 2021 |
Requirements | SkySpark v3.1 |
Depends on | |
File name | dcHttpExt.pod |
File size | 8.89 kB |
MD5 | 236ab25a8aec5e576cd4b9f94b7dc573 |
SHA1 | e1e998e4eeeb9b60cebf248c79a99d58eb64efb1 |
Published by Direct ControlDownload nowAlso available via SkyArc Install Manager |