Skip to content

Commit e9dd9d1

Browse files
authored
Merge pull request #100 from ambiorix-web/99-request-parser
ft: request parser
2 parents 40b84f1 + 3180519 commit e9dd9d1

File tree

12 files changed

+1019
-96
lines changed

12 files changed

+1019
-96
lines changed

DESCRIPTION

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,22 @@ Roxygen: list(markdown = TRUE)
2121
RoxygenNote: 7.3.2
2222
Depends: R (>= 4.1.0)
2323
Imports:
24-
fs,
25-
log,
26-
cli,
27-
glue,
28-
httpuv,
29-
methods,
30-
jsonlite,
31-
assertthat
24+
fs,
25+
log,
26+
cli,
27+
glue,
28+
httpuv,
29+
methods,
30+
assertthat,
31+
webutils (>= 1.2.0),
32+
yyjsonr (>= 0.1.20)
3233
Suggests:
3334
mime,
3435
readr,
36+
readxl,
3537
ggplot2,
3638
promises,
39+
jsonlite,
3740
websocket,
3841
htmltools,
3942
commonmark,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export(import)
3737
export(jobj)
3838
export(mockRequest)
3939
export(new_log)
40+
export(parse_form_urlencoded)
4041
export(parse_json)
4142
export(parse_multipart)
4243
export(pre_hook)

0 commit comments

Comments
 (0)