Versions in this module Expand all Collapse all v0 v0.0.1 May 21, 2023 Changes in this version + type Error struct + Data []byte + Endpoint string + Method string + StatusCode int + func (e Error) Error() string + type HttpTool struct + func New(ctx context.Context, timeout time.Duration) (*HttpTool, error) + func (h *HttpTool) GetRequest(ctx context.Context, endpoint string) (io.Reader, error)