demo_httpuv {webutils} | R Documentation |
Demo multipart parser with httpuv
Description
Starts the httpuv web server and hosts a simple form including a file upload to demo the multipart parser.
Usage
demo_httpuv(port = 9359)
Arguments
port |
which port number to run the http server |
See Also
Other demo:
demo_rhttpd()
[Package webutils version 1.2.0 Index]