Documentation ¶
Index ¶
- func CopyMap(originalMap map[string]string) map[string]string
- func GetContentTypeFromHeaders(headers map[string][]string) string
- func GetMinifier() *minify.M
- func GetRequestBody(request *http.Request) (string, error)
- func GetResponseBody(response *http.Response) (string, error)
- func GetUnixTimeQueryParam(request *http.Request, paramName string) *time.Time
- func JSONMarshal(t interface{}) ([]byte, error)
- func MinifyJson(toMinify string) (string, error)
- func MinifyXml(toMinify string) (string, error)
- func PointerToString(value *string) string
- func RandomBoolean() bool
- func RandomFloat() float64
- func RandomFloatRange(min, max float64) float64
- func RandomInteger() int
- func RandomIntegerRange(min, max int) int
- func RandomString() string
- func RandomStringWithLength(length int) string
- func SortQueryString(query string) string
- func StringToPointer(value string) *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContentTypeFromHeaders ¶ added in v0.11.0
func GetMinifier ¶ added in v0.11.0
func GetRequestBody ¶ added in v0.10.0
GetRequestBody will read the http.Request body io.ReadCloser and will also set the buffer to the original value as the buffer will be empty after reading it.
func GetResponseBody ¶ added in v0.10.0
GetResponseBody will read the http.Response body io.ReadCloser and will also set the buffer to the original value as the buffer will be empty after reading it.
func GetUnixTimeQueryParam ¶ added in v0.15.1
func JSONMarshal ¶ added in v0.14.1
func MinifyJson ¶ added in v0.11.0
func PointerToString ¶
func RandomBoolean ¶ added in v0.17.1
func RandomBoolean() bool
func RandomFloat ¶ added in v0.17.1
func RandomFloat() float64
func RandomFloatRange ¶ added in v0.17.1
func RandomInteger ¶ added in v0.17.1
func RandomInteger() int
func RandomIntegerRange ¶ added in v0.17.1
func RandomString ¶ added in v0.17.1
func RandomString() string
func RandomStringWithLength ¶ added in v0.17.1
func SortQueryString ¶ added in v0.10.1
SortQueryString will sort a http query string alphanumerically by key and then by value.
func StringToPointer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.