Learn R Programming

webutils (version 1.2.2)

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

16,052

Version

1.2.2

License

MIT + file LICENSE

Maintainer

Last Published

October 4th, 2024

Functions in webutils (1.2.2)

parse_http

Parse http request
demo_httpuv

Demo multipart parser with httpuv
demo_rhttpd

Demo multipart parser with rhttpd
parse_query

Parse query string
parse_multipart

Parse a multipart/form-data request