Documentation ¶
Index ¶
- type Client
- func (c *Client) Do(r *http.Request) (int, []byte, error)
- func (c *Client) Get(endpoint string) ([]byte, error)
- func (c *Client) Post(endpoint string, body io.Reader) ([]byte, error)
- func (c *Client) Put(endpoint string, body io.Reader) ([]byte, error)
- func (c *Client) Resolve() path.Resolver
- func (c *Client) WithSigner(signer keypair.Full) *Client
- type Interface
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.