Documentation ¶
Index ¶
- func DecodeUriCompontent(encoded string) (string, error)
- func EncodeUriComponent(rawString string) string
- func HttpGet(url string, optHeader ...map[string]string) ([]byte, error)
- func HttpPostJson(url string, postBody interface{}) ([]byte, error)
- func Ip_i2s(i int) string
- func Ip_s2i(s string) int
- type EscapeError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeUriCompontent ¶
func EncodeUriComponent ¶
func HttpPostJson ¶
Types ¶
type EscapeError ¶
type EscapeError string
func (EscapeError) Error ¶
func (e EscapeError) Error() string
Click to show internal directories.
Click to hide internal directories.