Title: | Server Header Summary |
---|---|
Description: | Checks and summarises a server headers for a given URL. |
Authors: | Jumping Rivers [aut, cre] |
Maintainer: | Jumping Rivers <[email protected]> |
License: | file LICENSE |
Version: | 0.1.7 |
Built: | 2024-10-31 03:49:39 UTC |
Source: | https://github.com/jumpingrivers/serverHeaders |
Checks server headings
check(server)
check(server)
server |
Server url |
Summaries server header elements.
## S3 method for class ''referrer-policy'' header_summary(value, ...) header_summary(value, ...) ## Default S3 method: header_summary(value, ...) ## S3 method for class 'scheme' header_summary(value, ...) ## S3 method for class ''content-type'' header_summary(value, ...) ## S3 method for class ''report-to'' header_summary(value, ...) ## S3 method for class 'nel' header_summary(value, ...) ## S3 method for class ''content-security-policy-report-only'' header_summary(value, ...) ## S3 method for class ''content-security-policy'' header_summary(value, ...) ## S3 method for class ''access-control-allow-origin'' header_summary(value, ...) ## S3 method for class ''strict-transport-security'' header_summary(value, ...) ## S3 method for class ''x-frame-options'' header_summary(value, ...) ## S3 method for class ''x-content-type-options'' header_summary(value, ...) ## S3 method for class ''permissions-policy'' header_summary(value, ...) ## S3 method for class 'server' header_summary(value, ...) ## S3 method for class ''x-xss-protection'' header_summary(value, ...) ## S3 method for class ''x-permitted-cross-domain-policies'' header_summary(value, ...) ## S3 method for class ''x-powered-by'' header_summary(value, ...) ## S3 method for class 'cookies' header_summary(value, ...) ## S3 method for class 'redirection' header_summary(value, ...) ## S3 method for class ''subresource-integrity'' header_summary(value, ...)
## S3 method for class ''referrer-policy'' header_summary(value, ...) header_summary(value, ...) ## Default S3 method: header_summary(value, ...) ## S3 method for class 'scheme' header_summary(value, ...) ## S3 method for class ''content-type'' header_summary(value, ...) ## S3 method for class ''report-to'' header_summary(value, ...) ## S3 method for class 'nel' header_summary(value, ...) ## S3 method for class ''content-security-policy-report-only'' header_summary(value, ...) ## S3 method for class ''content-security-policy'' header_summary(value, ...) ## S3 method for class ''access-control-allow-origin'' header_summary(value, ...) ## S3 method for class ''strict-transport-security'' header_summary(value, ...) ## S3 method for class ''x-frame-options'' header_summary(value, ...) ## S3 method for class ''x-content-type-options'' header_summary(value, ...) ## S3 method for class ''permissions-policy'' header_summary(value, ...) ## S3 method for class 'server' header_summary(value, ...) ## S3 method for class ''x-xss-protection'' header_summary(value, ...) ## S3 method for class ''x-permitted-cross-domain-policies'' header_summary(value, ...) ## S3 method for class ''x-powered-by'' header_summary(value, ...) ## S3 method for class 'cookies' header_summary(value, ...) ## S3 method for class 'redirection' header_summary(value, ...) ## S3 method for class ''subresource-integrity'' header_summary(value, ...)
value |
Header element, likely obtained from httr::headers |
... |
Other values (not used) |
A tibble or NULL (where the server element isn't known)