Documentation ¶
Index ¶
Constants ¶
View Source
const ( SvcStateOpen = "open" SvcStateAccessDenied = "access denied" SvcStateClosed = "closed" SvcStateFiltered = "filtered" SvcStateUnknown = "unknown" SvcStateProxyError = "proxy error" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudFrontScanner ¶
type CloudFrontScanner struct { ProxyDomain string Client *http.Client Pool *pond.WorkerPool }
func NewScanner ¶
func NewScanner(proxyDomain string, maxWorkers, maxCapacity int) *CloudFrontScanner
func (*CloudFrontScanner) Submit ¶
func (c *CloudFrontScanner) Submit(req *http.Request)
Click to show internal directories.
Click to hide internal directories.