Versions in this module Expand all Collapse all v1 v1.3.9 Aug 17, 2022 v1.3.8 Aug 1, 2022 v1.3.7 Jul 29, 2022 Changes in this version + type Interceptor func(r *http.Request) (*http.Request, ResponseHandler) + type ResponseHandler func(resp *http.Response, err error) + func LogInterceptor(r *http.Request) (*http.Request, ResponseHandler)