Documentation ¶
Index ¶
- type Client
- func (c *Client) BuildRequest(ctx context.Context, method, uri string, params interface{}) (*http.Request, error)
- func (c *Client) Do(ctx context.Context, request *http.Request) ([]byte, error)
- func (c *Client) Get(ctx context.Context, uri string) ([]byte, error)
- func (c *Client) Post(ctx context.Context, uri string, params interface{}, contextType string) ([]byte, error)
- func (c *Client) PostForm(ctx context.Context, uri string, params interface{}) ([]byte, error)
- func (c *Client) PostJson(ctx context.Context, uri string, params interface{}) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.