Versions in this module Expand all Collapse all v1 v1.0.2 Sep 6, 2023 v1.0.1 Jul 17, 2023 v1.0.0 Jan 11, 2023 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)