Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpClient ¶
type HttpClient struct {
// contains filtered or unexported fields
}
func CreateHttpClient ¶
func CreateHttpClient(url string) *HttpClient
func (*HttpClient) PostUrlEncodedFormBody ¶
func (client *HttpClient) PostUrlEncodedFormBody(body string) HttpResponse
type HttpResponse ¶
Click to show internal directories.
Click to hide internal directories.