makeRCurlOptions: Build an RCurl::CURLOptions object.

View source: R/fcts_url.R

makeRCurlOptionsR Documentation

Build an RCurl::CURLOptions object.

Description

Build an RCurl::CURLOptions object.

Usage

makeRCurlOptions(
  useragent = NULL,
  httpheader = NULL,
  postfields = NULL,
  timeout.ms = 60000,
  verbose = FALSE
)

Arguments

useragent

The user agent identification.

httpheader

The HTTP header to send.

postfields

POST fields, in case of a POST method.

timeout.ms

The timeout in milliseconds.

verbose

Set to TRUE to get verbose output in RCurl.

Value

An RCurl::CURLOptions object.


pkrog/biodb documentation built on Nov. 29, 2022, 4:24 a.m.