# Generated by roxygen2: do not edit by hand

S3method(as.Request,Request)
S3method(as.Request,environment)
S3method(as.list,Response)
S3method(print,session_cookie_settings)
export(Request)
export(Response)
export(abort_bad_request)
export(abort_conflict)
export(abort_forbidden)
export(abort_gone)
export(abort_http_problem)
export(abort_internal_error)
export(abort_method_not_allowed)
export(abort_not_acceptable)
export(abort_not_found)
export(abort_status)
export(abort_unauthorized)
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(handle_problem)
export(is.Request)
export(is.Response)
export(is_reqres_problem)
export(is_session_cookie_settings)
export(mime_type_from_file)
export(mime_type_info)
export(parse_html)
export(parse_json)
export(parse_multiform)
export(parse_plain)
export(parse_queryform)
export(parse_table)
export(parse_xml)
export(query_parser)
export(random_key)
export(session_cookie)
export(to_http_date)
import(rlang)
importFrom(R6,R6Class)
importFrom(base64enc,base64decode)
importFrom(base64enc,base64encode)
importFrom(brotli,brotli_compress)
importFrom(brotli,brotli_decompress)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lifecycle,deprecated)
importFrom(mirai,mirai)
importFrom(promises,then)
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(xml2,as_xml_document)
importFrom(xml2,read_xml)
useDynLib(reqres, .registration = TRUE)
