Learn R Programming

webutils (version 1.2.3)

Utility Functions for Developing Web Applications

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'.

Copy Link

Version

Install

install.packages('webutils')

Monthly Downloads

95,492

Version

1.2.3

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

July 20th, 2026

Functions in webutils (1.2.3)

parse_http

Parse http request
parse_query

Parse query string
demo_httpuv

Demo multipart parser with httpuv
demo_rhttpd

Demo multipart parser with rhttpd
parse_multipart

Parse a multipart/form-data request