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 07 Mar. 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)
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

lmSubsets  
Exact Variable-Subset Selection in Linear Regression
Exact and approximation algorithms for variable-subset selection in ordinary linear regression mode ...
Download / Learn more Package Citations See dependency  
ReviewR  
A Light-Weight, Portable Tool for Reviewing Individual Patient Records
A portable Shiny tool to explore patient-level electronic health record data and perform chart revi ...
Download / Learn more Package Citations See dependency  
portalr  
Create Useful Summaries of the Portal Data
Download and generate summaries for the rodent, plant, ant, and weather data from the Portal Projec ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
testDriveR  
Teaching Data for Statistics and Data Science
Provides data sets for teaching statistics and data science courses. It includes a sample of data f ...
Download / Learn more Package Citations See dependency  
SAMtool  
Stock Assessment Methods Toolkit
Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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