R/cpp11.R

Defines functions httpgd_random_token_ httpgd_details_ httpgd_

# Generated by cpp11: do not edit by hand

httpgd_ <- function(devnum, host, port, cors, token, silent, wwwpath) {
  .Call(`_httpgd_httpgd_`, devnum, host, port, cors, token, silent, wwwpath)
}

httpgd_details_ <- function(devnum) {
  .Call(`_httpgd_httpgd_details_`, devnum)
}

httpgd_random_token_ <- function(len) {
  .Call(`_httpgd_httpgd_random_token_`, len)
}

Try the httpgd package in your browser

Any scripts or data that you put into this service are public.

httpgd documentation built on June 22, 2024, 10:26 a.m.