# Functions
New returns a reference to an [http.Transport] that's initialized just like the [http.DefaultTransport] is by the standard library.
NoopWrapper returns a [Wrapper] that simply casts its provided [http.Transport] to an [http.RoundTripper].
# Type aliases
Wrapper wraps the set of functions mapping [http.Transport] references to [http.RoundTripper].