Documentation ¶ Index ¶ func DoHttpRequest(parsedUrl *url.URL, allowedHeaders []string) (int, map[string]string, []byte, error) func ParseURL(urlstr string) (*url.URL, error) func ValidateToken(token string, url string, secret string, expiry int64) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DoHttpRequest ¶ func DoHttpRequest(parsedUrl *url.URL, allowedHeaders []string) (int, map[string]string, []byte, error) func ParseURL ¶ func ParseURL(urlstr string) (*url.URL, error) func ValidateToken ¶ added in v0.0.5 func ValidateToken(token string, url string, secret string, expiry int64) error Types ¶ This section is empty. Source Files ¶ View all Source files DoHttpRequest.goParseURL.goValidateToken.go Click to show internal directories. Click to hide internal directories.