forked from rexyai/RestRserve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRcppExports.R
35 lines (26 loc) · 899 Bytes
/
RcppExports.R
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
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
cpp_format_cookies <- function(cookies) {
.Call(`_RestRserve_cpp_format_cookies`, cookies)
}
cpp_format_headers <- function(x) {
.Call(`_RestRserve_cpp_format_headers`, x)
}
cpp_parse_cookies <- function(x) {
.Call(`_RestRserve_cpp_parse_cookies`, x)
}
cpp_parse_headers <- function(headers) {
.Call(`_RestRserve_cpp_parse_headers`, headers)
}
cpp_parse_multipart_boundary <- function(content_type) {
.Call(`_RestRserve_cpp_parse_multipart_boundary`, content_type)
}
cpp_parse_multipart_body <- function(body, boundary) {
.Call(`_RestRserve_cpp_parse_multipart_body`, body, boundary)
}
cpp_url_decode <- function(x) {
.Call(`_RestRserve_cpp_url_decode`, x)
}
cpp_url_encode <- function(x) {
.Call(`_RestRserve_cpp_url_encode`, x)
}