Package: firestorm Title: Reverse Proxy and Load Balancing for 'fiery' Version: 0.1.0.9000 Authors@R: c( person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5147-4711")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides plugins for setting up 'fiery' apps as a reverse proxy. This allows you to use a 'fiery' server as a front for multiple services or even work as a load-balancer. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: cli, R6, rlang, websocket URL: https://github.com/thomasp85/firestorm BugReports: https://github.com/thomasp85/firestorm/issues Suggests: fiery (>= 1.3.0), httpuv, later, reqres (>= 1.0.0), testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: make libssl-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2025-09-01 17:13:50 UTC RemoteUrl: https://github.com/thomasp85/firestorm RemoteRef: HEAD RemoteSha: 5175f204c874cdbc22f49b059a2641f96329130b NeedsCompilation: no Packaged: 2026-07-05 09:34:14 UTC; root Author: Thomas Lin Pedersen [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Thomas Lin Pedersen