Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPRequest ¶
type HTTPRequest struct { Token string `json:"as_token"` Code string `json:"as_code"` Data any `json:"as_data"` }
func (*HTTPRequest) GetFormData ¶
func (r *HTTPRequest) GetFormData() url.Values
type HTTPResult ¶
Click to show internal directories.
Click to hide internal directories.