-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
29 lines (28 loc) · 1.08 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Generated by roxygen2: do not edit by hand
S3method(header_summary,"access-control-allow-origin")
S3method(header_summary,"content-security-policy")
S3method(header_summary,"content-security-policy-report-only")
S3method(header_summary,"content-type")
S3method(header_summary,"expect-ct")
S3method(header_summary,"permissions-policy")
S3method(header_summary,"public-key-pins")
S3method(header_summary,"referrer-policy")
S3method(header_summary,"report-to")
S3method(header_summary,"strict-transport-security")
S3method(header_summary,"subresource-integrity")
S3method(header_summary,"x-content-type-options")
S3method(header_summary,"x-frame-options")
S3method(header_summary,"x-permitted-cross-domain-policies")
S3method(header_summary,"x-powered-by")
S3method(header_summary,"x-xss-protection")
S3method(header_summary,cookies)
S3method(header_summary,default)
S3method(header_summary,nel)
S3method(header_summary,redirection)
S3method(header_summary,scheme)
S3method(header_summary,server)
export(check)
export(header_summary)
importFrom(dplyr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,.env)