Documentation ¶ Index ¶ func BuildQueryEncoded(source [][2]string, charset Charset) []byte func SimpleHttpProxy(proxy string) func(*http.Request) (*url.URL, error) type Charset func (c Charset) Encode(s *string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildQueryEncoded ¶ func BuildQueryEncoded(source [][2]string, charset Charset) []byte func SimpleHttpProxy ¶ func SimpleHttpProxy(proxy string) func(*http.Request) (*url.URL, error) no request.url valid check Types ¶ type Charset ¶ type Charset int const ( UTF8 Charset = iota GB18030 ) func (Charset) Encode ¶ func (c Charset) Encode(s *string) error Source Files ¶ View all Source files charset.goencode.goutils.go Click to show internal directories. Click to hide internal directories.