netutil

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2015 License: Apache-2.0 Imports: 7 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BasicAuth

func BasicAuth(r *http.Request) (username, password string, ok bool)

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 ResolveTCPAddrs

func ResolveTCPAddrs(urls ...[]url.URL) error

ResolveTCPAddrs is a convenience wrapper for net.ResolveTCPAddr. ResolveTCPAddrs resolves all DNS hostnames in-place for the given set of url.URLs.

func URLStringsEqual

func URLStringsEqual(a []string, b []string) bool

func URLsEqual

func URLsEqual(a []url.URL, b []url.URL) bool

URLsEqual checks equality of url.URLS between two arrays. This check pass even if an URL is in hostname and opposite is in IP address.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL