Skip to content
Prev 62719 / 63424 Next

Exposing native httpd server

On Thu, Dec 5, 2024 at 2:43?AM Ji?? Moravec <jiri.c.moravec at gmail.com> wrote:
This has been available for a long time. The 'webutils' package has
basic examples of how to handle and parse http requests in R using
either using Rhttpd or httpuv:

   webutils::demo_rhttpd()
   webutils::demo_httpuv()

You can adapt from here to your needs. R provides all the hooks you
need, I think you'll find little appetite for duplicating more web
server tooling into base R.