Description Usage Arguments Value Examples
The type
parameter is typically the file extension.
1 | httpResponse.contentType(type = "text")
|
type |
file type or standard extension |
A character string with the appropriate MIME type.
1 2 3 | httpResponse.contentType('text')
httpResponse.contentType('json')
httpResponse.contentType('png')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.