Other packages > Find by keyword >

httpuv  

HTTP and WebSocket Server Library
View on CRAN: Click here


Download and install httpuv package within the R console
Install from CRAN:
install.packages("httpuv")

Install from Github:
library("remotes")
install_github("cran/httpuv")

Install by package version:
library("remotes")
install_version("httpuv", "1.6.16")



Attach the package and use:
library("httpuv")
Maintained by
Winston Chang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2013-03-11
Latest Update: 2025-04-16
Description:
Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)
How to cite:
Winston Chang (2013). httpuv: HTTP and WebSocket Server Library. R package version 1.6.16, https://cran.r-project.org/web/packages/httpuv. Accessed 25 Jun. 2026.
Previous versions and publish date:
1.0.5 (2013-03-11 07:54), 1.0.6.3 (2013-06-01 06:28), 1.1.0 (2013-08-22 07:18), 1.2.0 (2013-10-14 20:18), 1.2.1 (2013-12-07 09:55), 1.2.2 (2014-01-31 08:24), 1.2.3 (2014-02-19 01:45), 1.3.0 (2014-04-04 08:13), 1.3.2 (2014-10-23 07:38), 1.3.3 (2015-08-04 00:32), 1.3.5 (2017-07-04 09:02), 1.3.6.1 (2018-02-28 08:30), 1.3.6.2 (2018-03-02 10:12), 1.3.6 (2018-02-27 22:24), 1.4.0 (2018-04-19 23:24), 1.4.1 (2018-04-21 07:48), 1.4.2 (2018-05-04 00:43), 1.4.3 (2018-05-10 15:55), 1.4.4.1 (2018-06-19 00:59), 1.4.4.2 (2018-07-03 00:00), 1.4.5.1 (2018-12-18 20:40), 1.4.5 (2018-07-19 09:40), 1.5.0 (2019-03-15 22:00), 1.5.1 (2019-04-06 00:11), 1.5.2 (2019-09-11 07:40), 1.5.3.1 (2020-05-26 22:40), 1.5.4 (2020-06-06 07:00), 1.5.5 (2021-01-13 07:40), 1.6.0 (2021-04-23 20:50), 1.6.1 (2021-05-07 06:50), 1.6.2 (2021-08-18 22:00), 1.6.3 (2021-09-09 22:30), 1.6.4 (2021-12-14 15:20), 1.6.5 (2022-01-05 01:40), 1.6.6 (2022-09-08 21:42), 1.6.7 (2022-12-14 18:20), 1.6.8 (2023-01-12 19:50), 1.6.9 (2023-02-14 11:00), 1.6.10 (2023-05-08 10:10), 1.6.11 (2023-05-11 10:00), 1.6.12 (2023-10-23 21:40), 1.6.13 (2023-12-06 10:20), 1.6.14 (2024-01-27 00:20), 1.6.15 (2024-03-26 06:50), 1.6.16 (2025-04-16 10:00)
Other packages that cited httpuv R package
View httpuv citation profile
Other R packages that httpuv depends, imports, suggests or enhances
Complete documentation for httpuv
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA