# Generated by roxygen2: do not edit by hand

S3method(as.Request,Request)
S3method(as.Request,environment)
S3method(as.list,Response)
export(Request)
export(Response)
export(as.Request)
export(default_formatters)
export(default_parsers)
export(format_html)
export(format_json)
export(format_plain)
export(format_table)
export(format_xml)
export(from_http_date)
export(is.Request)
export(is.Response)
export(parse_html)
export(parse_json)
export(parse_multiform)
export(parse_plain)
export(parse_queryform)
export(parse_table)
export(parse_xml)
export(to_http_date)
importFrom(R6,R6Class)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_attr)
importFrom(assertthat,has_name)
importFrom(assertthat,is.count)
importFrom(assertthat,is.error)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.scalar)
importFrom(assertthat,is.string)
importFrom(assertthat,is.time)
importFrom(brotli,brotli_compress)
importFrom(brotli,brotli_decompress)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(stringi,stri_extract_first_regex)
importFrom(stringi,stri_match_first_regex)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trim_both)
importFrom(tools,file_ext)
importFrom(tools,file_path_as_absolute)
importFrom(urltools,url_decode)
importFrom(urltools,url_encode)
importFrom(utils,capture.output)
importFrom(utils,modifyList)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(webutils,parse_multipart)
importFrom(webutils,parse_query)
importFrom(xml2,as_list)
importFrom(xml2,as_xml_document)
importFrom(xml2,read_xml)
