Package: construe Type: Package Title: HTTP Request, Response and URL Parser Version: 0.1.0 Date: 2020-08-28 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")), person("Alex", "Nekipelov", email = "alex@nekipelov.net", role = "aut", comment = "httpparser C++ library"), person("Ícaro", "Dantas de Araújo Lima", role = "ctb", comment = "httpparser C++ library") ) Maintainer: Bob Rudis Description: A simple and fast HTTP request, response and URL parser based on the C++ 'httpparser' library by Alex Nekipelov (). URL: https://git.rud.is/hrbrmstr/construe BugReports: https://git.rud.is/hrbrmstr/construe/issues SystemRequirements: C++11 Encoding: UTF-8 License: MIT + file LICENSE Suggests: covr, tinytest Depends: R (>= 3.6.0) Imports: Rcpp, magrittr Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 LinkingTo: Rcpp