Documentation
¶
Index ¶
- func Delete(path string, token string) (*http.Response, error)
- func Do(method string, path string, token string, body io.Reader) (*http.Response, error)
- func Get(path string) (*http.Response, error)
- func Patch(path string, token string, body io.Reader) (*http.Response, error)
- func Post(path string, body io.Reader) (*http.Response, error)
- func PostToken(path string, token string, body io.Reader) (*http.Response, error)
- func ProcessBody(method string, rs *http.Response, body any) error
- type Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.