Documentation
¶
Index ¶
- Constants
- func GetClientIP(r *http.Request) string
- func HttpGet(api string, header map[string]string) ([]byte, error)
- func HttpPost(api string, data interface{}, header map[string]string, isUseClientCert bool, ...) ([]byte, error)
- func IntToIpv4(ipInt int64) string
- func Ipv4ToInt(clientIp string) int64
Constants ¶
View Source
const ( ReqModePost = "POST" ReqModeGet = "GET" ReqModePut = "PUT" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.