# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "httpuv" in publications use:' type: software license: GPL-2.0-or-later title: 'httpuv: HTTP and WebSocket Server Library' version: 1.6.12.9000 abstract: 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.) authors: - family-names: Cheng given-names: Joe email: joe@posit.co - family-names: Chang given-names: Winston email: winston@posit.co - family-names: Reid given-names: Steve - family-names: Brown given-names: James - family-names: Trower given-names: Bob - family-names: Peslyak given-names: Alexander repository: https://zeehio.r-universe.dev repository-code: https://github.com/rstudio/httpuv url: https://github.com/rstudio/httpuv contact: - family-names: Chang given-names: Winston email: winston@posit.co