Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpClient ¶
type HttpClient struct { Location string Protocol string Username string Password string NoVerifySsl bool }
func NewHttpClient ¶
func (HttpClient) Delete ¶
func (c HttpClient) Delete(url string) (*HttpRequest, error)
func (HttpClient) Get ¶
func (c HttpClient) Get(url string) (*HttpRequest, error)
func (HttpClient) Post ¶
func (c HttpClient) Post(url string, data []byte) (*HttpRequest, error)
Click to show internal directories.
Click to hide internal directories.