File: crul_request.Rd

package info (click to toggle)
r-cran-vcr 0.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,360 kB
  • sloc: cpp: 15; sh: 13; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/vcr-package.R
\docType{data}
\name{crul_request}
\alias{crul_request}
\title{An HTTP request as prepared by the \pkg{crul} package}
\format{
A list
}
\description{
The object is a list, and is the object that is passed on to
\pkg{webmockr} and \pkg{vcr} instead of routing through
\pkg{crul} as normal. Used in examples/tests.
}
\keyword{data}