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

Examples

list(
 "Content-Type",
 content_json()
)

if(FALSE)
 req$header(
  "Content-Type",
  content_json()
 )


devOpifex/ambiorix documentation built on Oct. 15, 2024, 10:21 p.m.