osrv
About osrv
|
GIT repository accessThe GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/osrv.git osrv
see also osrv GitHub repository.
To install the latest development snapshot of this package, use install.packages("osrv",,"http://rforge.net/",type="source") Binaries (if avalable) can be installed using install.packages("osrv",,"http://rforge.net/")
Most recent GIT commits6ce980b4| Simon Urbanek | Mon Nov 15 17:58:34 2021 +1300 add streaming HTTP GET tests M tests/test.R 713cacfa| Simon Urbanek | Mon Nov 15 17:58:15 2021 +1300 add support for streaming GET via SFS A src/hcstore.c M src/http.c M src/http.h M src/ohsrv.c 71a61537| Simon Urbanek | Mon Nov 15 17:57:21 2021 +1300 fix typo in a comment M src/obj.h 72ef4460| Simon Urbanek | Mon Nov 15 17:51:26 2021 +1300 bump version to 0.3-2 M DESCRIPTION cb670887| Simon Urbanek | Thu Nov 11 14:21:53 2021 +1300 Need libcurl for httr M .github/workflows/check.yml |