Skip to content

Commit

Permalink
Merge pull request #100 from ambiorix-web/99-request-parser
Browse files Browse the repository at this point in the history
ft: request parser
  • Loading branch information
JohnCoene authored Feb 17, 2025
2 parents 40b84f1 + 3180519 commit e9dd9d1
Show file tree
Hide file tree
Showing 12 changed files with 1,019 additions and 96 deletions.
19 changes: 11 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports:
fs,
log,
cli,
glue,
httpuv,
methods,
jsonlite,
assertthat
fs,
log,
cli,
glue,
httpuv,
methods,
assertthat,
webutils (>= 1.2.0),
yyjsonr (>= 0.1.20)
Suggests:
mime,
readr,
readxl,
ggplot2,
promises,
jsonlite,
websocket,
htmltools,
commonmark,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export(import)
export(jobj)
export(mockRequest)
export(new_log)
export(parse_form_urlencoded)
export(parse_json)
export(parse_multipart)
export(pre_hook)
Expand Down
Loading

0 comments on commit e9dd9d1

Please sign in to comment.