Package: webutils Type: Package Title: Utility Functions for Developing Web Applications Version: 1.2.2 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")) Description: Parses http request data in application/json, multipart/form-data, or application/x-www-form-urlencoded format. Includes example of hosting and parsing html form data in R using either 'httpuv' or 'Rhttpd'. License: MIT + file LICENSE URL: https://jeroen.r-universe.dev/webutils BugReports: https://github.com/jeroen/webutils/issues Imports: curl (>= 2.5), jsonlite Suggests: httpuv, testthat RoxygenNote: 7.3.2.9000 Language: en-US Roxygen: list(markdown = TRUE) Encoding: UTF-8 Config/pak/sysreqs: libssl-dev Repository: https://jeroen.r-universe.dev Date/Publication: 2024-10-03 18:18:39 UTC RemoteUrl: https://github.com/jeroen/webutils RemoteRef: HEAD RemoteSha: cd2ba42240a8ab23d7ae57fefd87d2c81fff9b0e NeedsCompilation: yes Packaged: 2026-06-24 02:49:57 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms