forked from nteetor/prairie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
54 lines (53 loc) · 1.19 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
53
54
# Generated by roxygen2: do not edit by hand
S3method("[",response)
S3method("[<-",response)
S3method(as.json,data.frame)
S3method(as.json,list)
S3method(as.list,response)
S3method(as.request,environment)
S3method(as.response,condition)
S3method(as.response,connection)
S3method(as.response,data.frame)
S3method(as.response,matrix)
S3method(as.response,response)
S3method(as.response,shiny.tag)
S3method(as.response,shiny.tag.list)
S3method(as.route,character)
S3method(as.route,list)
S3method(as.route,route)
S3method(format,application)
S3method(format,request)
S3method(format,response)
S3method(format,route)
S3method(print,application)
S3method(print,request)
S3method(print,response)
S3method(print,route)
export("body<-")
export("status<-")
export(app)
export(application)
export(as.json)
export(as.request)
export(as.response)
export(as.route)
export(body)
export(is.application)
export(is.json)
export(is.request)
export(is.response)
export(is.route)
export(method)
export(mockup)
export(query)
export(reason_phrase)
export(request)
export(response)
export(route)
export(run)
export(status)
export(uri)
import(htmltools)
importFrom(httpuv,encodeURI)
importFrom(httpuv,runServer)
importFrom(stringr,str_match_all)