Ioto Samples
Ioto provides an extensive suite of samples for common design patterns.
Name | Description |
---|---|
link-library | Embed the Ioto library in your application. |
link-main | Embed the Ioto library with your own main(). |
url-fetch | Issue client HTTP requests to issue REST API request. |
url-get | Issue simple client HTTP GET requests. |
web-auth | Demonstrate user login for a web application . |
web-dynamic | Generate dynamic responses for HTTP client requests. |
web-static | Serve static files for HTTP client requests. |
web-upload | Process uploaded file in the web server. |