Documentation ¶
Index ¶
- func Auth(path, user, pass string) error
- func AuthenticatedDelete(path string) error
- func AuthenticatedGet(path string) ([]byte, error)
- func AuthenticatedPost(path string, body io.Reader) ([]byte, error)
- func AuthenticatedPostWithHeaders(path string, body io.Reader, headers map[string]string) ([]byte, error)
- func AuthenticatedPut(path string, body io.Reader) ([]byte, error)
- func Post(path string, body io.Reader) ([]byte, error)
- type Credentials
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthenticatedDelete ¶
func AuthenticatedGet ¶
Types ¶
type Credentials ¶
Click to show internal directories.
Click to hide internal directories.