Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasicAuth ¶
BasicAuth returns the username and password provided in the request's Authorization header, if the request uses HTTP Basic Authentication. See RFC 2617, Section 2. Based on the BasicAuth method from the Golang standard lib. TODO: use the standard lib BasicAuth method when we move to Go 1.4.
func DropPort ¶
DropPort drops all tcp packets that are received from the given port and sent to the given port.
func RecoverPort ¶
RecoverPort stops dropping tcp packets at given port.
func ResolveTCPAddrs ¶
ResolveTCPAddrs is a convenience wrapper for net.ResolveTCPAddr. ResolveTCPAddrs resolves all DNS hostnames in-place for the given set of url.URLs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.