HTTP Request, Response and URL Parser https://cinc.rud.is/web/packages/construe/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
377 B

#' HTTP Request, Response and URL Parser
#'
#' A simple and fast HTTP request, response and URL parser based on the C++ 'httpparser' library
#' by Alex Nekipelov (<https://github.com/nekipelov/httpparser>)
#'
#' @md
#' @name construe
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
#' @importFrom Rcpp sourceCpp
#' @useDynLib construe, .registration = TRUE
"_PACKAGE"