Have Some Fun with 'HTTP' Headers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
633 B

5 years ago
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/assess-security-headers.R
\name{assess_security_headers}
\alias{assess_security_headers}
\title{Assess "security" headers for a given URL}
\usage{
assess_security_headers(url, include_ref = FALSE, ...)
5 years ago
}
\arguments{
\item{url}{target URL}
\item{include_ref}{if \code{TRUE} (default: \code{FALSE}) the data frame will contains
information reference fields from \link{http_headers}}
\item{...}{passed on to the final \code{\link[httr:HEAD]{httr::HEAD()}} request.}
5 years ago
}
\value{
data frame (tibble)
}
\description{
Assess "security" headers for a given URL
}