Versions in this module Expand all Collapse all v1 v1.0.0 Jul 14, 2020 Changes in this version + type HttpClient struct + func NewHttpClient(ctx *context.Context, prefix string) (HttpClient, error) + func (h *HttpClient) Get(ctx *context.Context, url string, headers map[string]string) ([]byte, error) + func (h *HttpClient) Post(ctx *context.Context, url string, body []byte, headers map[string]string) ([]byte, error)