The R Project SVN R-packages

Rev

Rev 7747 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{CurlFeatureBits}
\alias{CurlFeatureBits}
\alias{CurlNetrc}
\alias{CurlGlobalBits}
\docType{data}
\title{Constants for libcurl}
\description{
  These are enums and bit fields defining
  constants used in libcurl and used in
  R to specify values symbolically.
}
\usage{CurlFeatureBits}
\format{
  named integer vectors.
  The names give the symbolic constants that can be used
  in R and C code. These are mapped to their integer equivalents
  and used in C-level computations.
}
\source{
  libcurl (see \url{https://curl.se/})
}
%\references{}
%\seealso{}
%\examples{}
\keyword{datasets}