Nothing
#* Return the value of a custom header and the total number of headers
#* @get /
function(request) {
list(
val = request$get_header("Custom-Header"),
n_headers = length(request$headers)
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.