content: Content Headers

contentR 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()
 )


ambiorix documentation built on April 3, 2025, 9:34 p.m.