Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidCacheKey = errors.New("invalid cache key; can't be decoded to URL") ErrCacheKeyNotFound = errors.New("cache key is not found") )
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func NewRequest ¶
func NewRequest(input string, options ...RequestOption) (*Request, error)
type RequestOption ¶
func SetRawQueryString ¶
func SetRawQueryString(queryString string) RequestOption
func SetService ¶
func SetService(s *Service) RequestOption
func SetTransform ¶
func SetTransform(options string) RequestOption
Click to show internal directories.
Click to hide internal directories.