# Packages
Package testing contains utilities for testing networking functionality.
# Functions
CanonicalAddr returns url.Host but always with a ":port" suffix FROM: http://golang.org/src/net/http/transport.go.
CloneHeader creates a deep copy of an http.Header.
CloneRequest creates a shallow copy of the request along with a deep copy of the Headers.