Versions in this module Expand all Collapse all v0 v0.4.22 Jul 28, 2026 Changes in this version + func Delete(url string, body []byte, timeout time.Duration) (*http.Response, error) + func Do(requestFunc func(ctx context.Context) (*http.Request, error), ...) (*http.Response, error) + func Get(url string, timeout time.Duration) (*http.Response, error) + func GetWithHeader(url string, timeout time.Duration, header map[string]string) (*http.Response, error) + func Post(url string, body []byte, timeout time.Duration) (*http.Response, error) + func PostWithHeader(url string, body []byte, timeout time.Duration, header map[string]string) (*http.Response, error) + func Put(url string, body []byte, timeout time.Duration) (*http.Response, error) + func PutByReader(url string, body []byte, timeout time.Duration) (*http.Response, error) + type HandlerMultiplexer struct + HandlerMap map[string]http.Handler + func (h *HandlerMultiplexer) ServeHTTP(w http.ResponseWriter, r *http.Request)