| interpolate | Interpolate variables in a file |
| makeUUID | Create universally unique ID (UUIDv4) |
| readGET | Read GET data from HTTP request |
| readPOST | Read POST data from HTTP request |
| respond | Respond to HTTP request using a given MIME type |
| respond400 | Respond to HTTP request with a 400:BadRequest error |
| respond404 | Respond to HTTP request with a 404:NotFound error |
| respond500 | Respond to HTTP request with a 500 Internal Server Error |
| respondBinary | Respond to HTTP request using binary data in a given MIME... |
| respondHTML | Respond to HTTP request using HTML |
| respondJSON | Respond to HTTP request using JSON |
| respondPDF | Respond to HTTP request with PDF data |
| respondPNG | Respond to HTTP request with PNG image data |
| respondSVG | Respond to HTTP request with SVG data |
| respondTemplateHTML | Respond to HTTP request using HTML interpolated from a... |
| respondTEXT | Respond to HTTP request using plain text |
| setMessageSink | Redirect messages to a log file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.