-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
52 lines (51 loc) · 1.15 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
S3method(print,ambiorixResponse)
S3method(print,cookie)
S3method(print,cookieParser)
S3method(print,cookiePreprocessor)
S3method(print,forward)
S3method(print,jobj)
S3method(print,pathToPattern)
S3method(print,renderer)
S3method(print,responsePreHook)
S3method(print,robj)
export(Ambiorix)
export(Request)
export(Response)
export(Router)
export(Websocket)
export(as_cookie_parser)
export(as_cookie_preprocessor)
export(as_path_to_pattern)
export(as_renderer)
export(content_csv)
export(content_html)
export(content_json)
export(content_plain)
export(content_protobuf)
export(content_tsv)
export(copy_websocket_client)
export(create_dockerfile)
export(default_cookie_parser)
export(forward)
export(import)
export(jobj)
export(mockRequest)
export(new_log)
export(parse_json)
export(parse_multipart)
export(pre_hook)
export(response)
export(response_404)
export(response_500)
export(robj)
export(serialise)
export(set_log_error)
export(set_log_info)
export(set_log_success)
export(stop_all)
export(token_create)
export(use_html_template)
importFrom(assertthat,assert_that)
importFrom(methods,formalArgs)
importFrom(utils,browseURL)