Documentation ¶
Index ¶
- func GetInto(client *http.Client, target interface{}, url string, body interface{}) (err error)
- func GetIntoWithContentType(client *http.Client, target interface{}, url string, body io.Reader, ...) (err error)
- func NewCmd(arg string, args ...string) *exec.Cmd
- func NewCmdCtx(ctx context.Context, arg string, args ...string) *exec.Cmd
- func Post(client *http.Client, url string, body interface{}) (err error)
- func PostMultipartFiles(client *http.Client, url string, options *qbittorrent_model.AddTorrentsOptions, ...) (err error)
- func PostMultipartLinks(client *http.Client, url string, options *qbittorrent_model.AddTorrentsOptions, ...) (err error)
- func PostWithContentType(client *http.Client, url string, body io.Reader, contentType string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIntoWithContentType ¶
func PostMultipartFiles ¶
func PostMultipartLinks ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.