Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: note that http:get() is implemented
Info
titleEngine Compatibility

This library has not yet been ported to the New Pico Engine. However, http:get() is implemented.

The HTTP Library

The HTTP library provides for more general, flexible access to cloud-based data than dataset and datasource declarations. The HTTP library supports the primary HTTP methods--get, post, put, delete, head, and patch as both functions and actions.

...