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.

19 lines
645 B

#' Have Some Fun with 'HTTP' Headers
#'
#' Methods are provided to retrieve and test 'HTTP' headers from
#' a website. An 'HTTP' request and response header reference/explanatory
#' data frame is also provided via the 'hsecsecan' project
#' (<https://github.com/riramar/hsecscan>).
#'
#' - URL: <https://gitlab.com/hrbrmstr/hdrs>
#' - BugReports: <https://gitlab.com/hrbrmstr/hdrs/issues>
#'
#' @md
#' @name hdrs
#' @docType package
#' @keywords internal
#' @references <https://www.owasp.org/index.php/OWASP_Secure_Headers_Project#tab=Technical_Resources>
#' @author Bob Rudis (bob@@rud.is)
#' @import httr shiny
#' @importFrom utils data
NULL