Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPParam ¶
type HTTPParam struct { // http url URL string `json:"url"` // http method, available method: get, post, put, patch, delete Method string `json:"method"` // http header Header map[string]string `json:"header"` // http body Body string `json:"body"` // http timeout, in miliseconds Timeout int `json:"timeout"` }
Click to show internal directories.
Click to hide internal directories.