Versions in this module Expand all Collapse all v0 v0.3.0 Sep 17, 2015 Changes in this version + func DelCookie(w http.ResponseWriter, r *http.Request, name string) + func GetCookie(r *http.Request, name string) (value string) + func GetHost(r *http.Request) string + func GetScheme(r *http.Request) string + func GetURL(r *http.Request) string + func IsHttps(r *http.Request) bool + func SetCookie(w http.ResponseWriter, r *http.Request, name, value string)