Versions in this module Expand all Collapse all v1 v1.3.2 May 15, 2025 v1.3.1 May 15, 2025 v1.2.3 May 15, 2025 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)