Versions in this module Expand all Collapse all v0 v0.0.2 Oct 25, 2024 Changes in this version + func BaseURL(r *http.Request) string + func Host(r *http.Request) string + func InPath(r *http.Request, path string, options ...string) bool + func IsFormRequest(r *http.Request) bool + func IsJSONRequest(r *http.Request) bool + func IsSecure(r *http.Request) bool + func IsXMLHttpRequest(r *http.Request) bool + func Method(r *http.Request) string + func Port(r *http.Request) string + func Referer(r *http.Request) string + func RemoteAddr(r *http.Request) string + func Scheme(r *http.Request) string + func SchemeHostPort(r *http.Request) (string, string, string) + func URLPath(r *http.Request) string + func UserAgent(r *http.Request) string