package
0.0.0-20210609171429-7bc42856d2e5
Repository: https://github.com/mozilla/tls-observatory.git
Documentation: pkg.go.dev
# Functions
CertificateHandler handles the /certificate endpoint of the api.
Run the request through all middlewares.
No description provided by the author
No description provided by the author
IssuerEECountHandler handles the /issuereecount endpoint of the api.
No description provided by the author
PathsHandler handles the /paths endpoint of the api.
PostCertificateHandler handles the POST /certificate endpoint of the api.
No description provided by the author
ResultHandler handles the results endpoint of the api.
ScanHandler handles the /scans endpoint of the api It initiates new scans and returns created scans ids to be used against other endpoints.
No description provided by the author
TruststoreHandler handles the /truststore endpoint of the api.
# Structs
IssuerEECount contains a certificate and the count of end-entity certs it has issued.
No description provided by the author
# Type aliases
Middleware wraps an http.Handler with additional functionality.
No description provided by the author