Learn R Programming

⚠️There's a newer version (1.2.2) of this package.Take me there.

webutils (version 1.2.0)

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

19,490

Version

1.2.0

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

November 24th, 2023

Functions in webutils (1.2.0)

parse_http

Parse http request
demo_rhttpd

Demo multipart parser with rhttpd
demo_httpuv

Demo multipart parser with httpuv
parse_multipart

Parse a multipart/form-data request
parse_query

Parse query string