File: NAMESPACE

package info (click to toggle)
r-cran-webutils 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 256 kB
  • sloc: ansic: 198; sh: 13; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# Generated by roxygen2: do not edit by hand

export(demo_httpuv)
export(demo_rhttpd)
export(parse_http)
export(parse_multipart)
export(parse_query)
importFrom(jsonlite,fromJSON)
useDynLib(webutils,R_split_boundary)
useDynLib(webutils,R_split_string)
useDynLib(webutils,R_unquote)