Documentation ¶
Index ¶
- func DecodeJSONBody(resp *http.Response, value any) error
- func Fetch(ctx context.Context, url string, dst io.Writer) error
- func FetchToFile(ctx context.Context, url, dst string) error
- func ModifyJSONBody(resp *http.Response, value any, fn func() error) error
- func ResponseBuffer(resp *http.Response) (*bytes.Buffer, error)
- func ResponseReader(resp *http.Response) (io.ReadCloser, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchToFile ¶
FetchToFile downloads the file from the given `url` into the specified `dst` file.
func ResponseReader ¶
func ResponseReader(resp *http.Response) (io.ReadCloser, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.