Documentation ¶
Index ¶
Constants ¶
View Source
const ( GetQueryToPostFormUTF8 string = "get_query_to_post_form_utf_8" DropDoubleUnderscoreParams string = "drop_double_underscore_params" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DropDoubleUnderscoreParamsTranslator ¶
type DropDoubleUnderscoreParamsTranslator struct {
// contains filtered or unexported fields
}
type GetQueryToPostFormEncodedTranslator ¶
type GetQueryToPostFormEncodedTranslator struct {
// contains filtered or unexported fields
}
type NilTranslator ¶
type NilTranslator struct { }
type RequestTranslator ¶
func NewDropDoubleUnderscoreParamsTranslator ¶
func NewDropDoubleUnderscoreParamsTranslator(byteEncoding string) RequestTranslator
func NewGetQueryToPostFormEncodedTranslator ¶
func NewGetQueryToPostFormEncodedTranslator(byteEncoding string) RequestTranslator
func NewNilTranslator ¶
func NewNilTranslator() RequestTranslator
func NewRequestTranslator ¶
func NewRequestTranslator(algorithm string) (RequestTranslator, error)
Click to show internal directories.
Click to hide internal directories.