RestRserve icon indicating copy to clipboard operation
RestRserve copied to clipboard

R web API framework for building high-performance microservices and app backends

Results 15 RestRserve issues
Sort by recently updated
recently updated
newest added

Hello, Apologies if this is a noobish question. I notice that the readme states RestRserve supports HTTPS; however is there anywhere that the process of adding this is documented?

docs

# Situation Perhaps I'm getting something wrong, but after I added CORS middleware to my app, it started getting raw data instead of the type indicadted in the header, until...

docs

http and tcp forwarding

docs

Needs IPC communication between Rserve child processes. Related to https://github.com/s-u/Rserve/issues/105

docs
low

Issue #146 brought interesting discovery. @s-u I actually haven't check the R benchmark code from #146. I was pretty sure that the main issue was due to fork overhead (which...

enhancement
help wanted
performance
core

Hi, I have first developed plumber API, but wasn't happy with stability and speed. I have rewritten API using RestRserve. Localy everything is working as expected, but when I create...

bug
not-confirmed

### Describe the bug When I run the `examples/ssl/app.R`, ie 1. I generate keys with `get-ssl-cert.sh` 2. Run `Rscript app.R` I can access `https://localhost:8443/hello` as expected, and get the output...

bug
not-confirmed

### Describe the bug Occasionally, RestRserve reports errors: ``` Error in (function (..., config.file = "/etc/Rserve.conf") : ignoring SIGPIPE signal Calls: -> do.call -> Execution halted ``` The RestRserve server...

bug
not-confirmed

### Describe the issue Response headers to pre-flight requests from some browsers when using javascript `fetch()` when Bearer authentication is used do not include CORS headers, causing some browsers (Chrome,...

### Describe the bug The Rserve version in the DESCRIPTION file should be 1.7-3 and not 1.7.3. ### To Reproduce Open the file DESCRIPTION ### Expected behavior Rserve version should...

bug
not-confirmed