File: real_http_connections_allowed.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 (17 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/real_connections.R
\name{real_http_connections_allowed}
\alias{real_http_connections_allowed}
\title{Are real http connections allowed?}
\usage{
real_http_connections_allowed()
}
\value{
boolean, \code{TRUE} if real HTTP requests allowed; \code{FALSE} if not
}
\description{
Are real http connections allowed?
}
\examples{
real_http_connections_allowed()
}