Documentation ¶
Index ¶
- func GetBaseURL(r *http.Request, s string) (string, string)
- func GetContentType(r *http.Request) string
- func GetCurrentBaseURL(r *http.Request) string
- func GetCurrentURL(r *http.Request) string
- func GetIssuerURL(r *http.Request) string
- func GetRandomEncodedStringFromRange(a, b int) string
- func GetRandomString(i int) string
- func GetRandomStringFromRange(a, b int) string
- func GetRandomStringFromRangeWithCharset(a, b int, cs string) string
- func GetRelativeURL(r *http.Request, orig, repl string) string
- func GetRequestID(r *http.Request) string
- func ParseCredentials(r *http.Request) (map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBaseURL ¶
GetBaseURL returns base path based on some match.
func GetContentType ¶
GetContentType returns requested content type.
func GetCurrentBaseURL ¶
GetCurrentBaseURL returns current base URL.
func GetRandomEncodedStringFromRange ¶
GetRandomEncodedStringFromRange return the number returned by GetRandomStringFromRange() and encoded with Base32
func GetRandomString ¶
GetRandomString returns X character long random string.
func GetRandomStringFromRange ¶
GetRandomStringFromRange generates random string of a random length. The random lenght is bounded by a and b.
func GetRandomStringFromRangeWithCharset ¶
GetRandomStringFromRangeWithCharset generates random string of a random length. The random lenght is bounded by a and b. The charset is provided.
func GetRelativeURL ¶
GetRelativeURL returns relative path to current URL.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.