Rook
Rook copied to clipboard
A web server interface for R
This is a code snippet that shows how to use the Rook package to find a substring in a raw vector. The function returns a list of indices where the...
what's default port and ip?
`tools:::httpdPort` was changed to a dynamic variable (`tools:::httpdPort()`) on Jan 17, 2015 (see [this](https://github.com/wch/r-source/commit/368f045c56bfef9310a61272ed65f68ad1930929#diff-511a7690b48f353bb2bb27e5ac70040466b0f9423837d502bda503717562ed3d) commit by K Hornik). The PR implements this change when checking the port in RStudio IDE....
it calls unadorned "redirect", which takes only one argument. i suspect it should be calling "res$redirect", which i think would allow for the 301 code as a second argument. ````...
hello how can i upload multiple file from front end?
Hi Jeffrey, **Background and a thank you** I've just started using Rook to create a web interface for a "digitizing application". I was previously using shiny because I was unaware...
Header names are case insensitive as per e.g. RFC 7230, and `Response$header()` records them as-is. This is fine, except for `Content-Type` and `Content-Length`, which are treated specially by `Rhttpd`: the...
I was trying to sent a custom parameter in the request header from java to R which is the transaction ID but the Rook was not able to get the...
We' re having an issue with Rook handling long GET requests longer than 1024 bytes - the request doesn't complete, resulting in a no response being returned. The problem essentially...
It appears that the Hmisc example application is no longer working (at least in Windows 7 and 10). Example code (from `?Rook::Builder`): ``` r library(Rook) s