RestRserve: A Framework for Building HTTP API (original) (raw)

Allows to easily create high-performance full featured HTTP APIs from R functions. Provides high-level classes such as 'Request', 'Response', 'Application', 'Middleware' in order to streamline server side application development. Out of the box allows to serve requests using 'Rserve' package, but flexible enough to integrate with other HTTP servers such as 'httpuv'.

Version: 1.2.4
Depends: R (≥ 3.6.0)
Imports: methods, parallel, Rserve (≥ 1.7.3), Rcpp (≥ 1.0.3), R6 (≥ 2.4.0), uuid (≥ 0.1-2), checkmate (≥ 1.9.4), mime (≥ 0.7), jsonlite (≥ 1.6), digest (≥ 0.6.29)
LinkingTo: Rcpp
Suggests: tinytest (≥ 1.0.0), lgr (≥ 0.3.2), lintr, knitr, rmarkdown, curl, sys
Published: 2025-03-14
DOI: 10.32614/CRAN.package.RestRserve
Author: Dmitry Selivanov ORCID iD [aut, cre], Artem Klevtsov ORCID iD [aut], David Zimmermann [ctb], rexy.ai [cph, fnd]
Maintainer: Dmitry Selivanov <selivanov.dmitriy at gmail.com>
BugReports: https://github.com/rexyai/RestRserve/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://restrserve.org, https://github.com/rexyai/RestRserve
NeedsCompilation: yes
Materials: README, NEWS
In views: ModelDeployment
CRAN checks: RestRserve results

Documentation:

Downloads:

Reverse dependencies:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=RestRserveto link to this page.