Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { // EnableQUIC OPTIONALLY enables QUIC. EnableQUIC bool // contains filtered or unexported fields }
Handler is an http.Handler implementing the Web Connectivity test helper HTTP API.
The zero value is invalid; construct using NewHandler.
func NewHandler ¶
NewHandler constructs the [handler].
Click to show internal directories.
Click to hide internal directories.