# Functions
ContainsString returns true if the provided value is in the provided slice.
GenerateRandomBytes returns securely generated random bytes.
GenerateRandomString returns a URL-safe, base64 encoded securely generated random string.
GetValue returns the value corresponding to key in items; returns an error if missing and required or not the expected type.
HashSha256 returns the SHA256 hash of the input.
ReadResponseBody reads the body of a http.Response and returns it.
RemoveString removes the provided value from the provided slice
Returns modified slice.