-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
77 lines (76 loc) · 1.58 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(print,option)
export("%>>%")
export("%|>>%")
export(ACCEPTED)
export(BAD_GATEWAY)
export(BAD_REQUEST)
export(CONFLICT)
export(CONNECT)
export(CONTENT_TYPE)
export(CONTINUE)
export(CREATED)
export(DELETE)
export(EXPECTATION_FAILED)
export(FORBIDDEN)
export(FOUND)
export(GATEWAY_TIMEOUT)
export(GET)
export(GONE)
export(HEAD)
export(HTTP_METHOD)
export(HTTP_VERSION_NOT_SUPPORTED)
export(INTERNAL_SERVER_ERROR)
export(LENGTH_REQUIRED)
export(METHOD_NOT_ALLOWED)
export(MOVED_PERMANENTLY)
export(MULTIPLE_CHOICES)
export(NON_AUTHORITATIVE_INFORMATION)
export(NOT_ACCEPTABLE)
export(NOT_FOUND)
export(NOT_IMPLEMENTED)
export(NOT_MODIFIED)
export(NO_CONTENT)
export(OK)
export(OPTIONS)
export(PARTIAL_CONTENT)
export(PAYMENT_REQUIRED)
export(POST)
export(PRECONDITION_FAILED)
export(PROXY_AUTHENTICATION_REQUIRED)
export(PUT)
export(REQUESTED_RANGE_NOT_SATISFIABLE)
export(REQUEST_ENTITY_TOO_LARGE)
export(REQUEST_TIMEOUT)
export(REQUEST_URI_TOO_LONG)
export(RESET_CONTENT)
export(SEE_OTHER)
export(SERVICE_UNAVAILABLE)
export(SWITCHING_PROTOCOLS)
export(TEMPORARY_REDIRECT)
export(TRACE)
export(UNAUTHORIZED)
export(UNSUPPORTED_MEDIA_TIME)
export(USE_PROXY)
export(api)
export(as.http.source)
export(as.option)
export(bind.option)
export(createContext)
export(emptyBody)
export(get.option)
export(is.http.context)
export(is.http.source)
export(is.none)
export(is.option)
export(is.some)
export(none)
export(path)
export(path.scan)
export(redirectTo)
export(route)
export(setBody)
export(setBodyLazy)
export(setHeader)
export(setHttpStatus)
export(some)