content {ambiorix} | R Documentation |
Content Headers
Description
Convenient functions for more readable content type headers.
Usage
content_html()
content_plain()
content_json()
content_csv()
content_tsv()
content_protobuf()
Value
Length 1 character vector.
Examples
list(
"Content-Type",
content_json()
)
if(FALSE)
req$header(
"Content-Type",
content_json()
)
[Package ambiorix version 2.2.0 Index]