-
Enhance Your Payment Orchestration Understanding with These Resources
Thought I’d share some of my favorite resources that helped shape my knowledge of the payments domain early on. Enjoy!
-
RoundTrip Logging Within Go’s http.Client
Ok so, let’s say you have an HTTP client where you need to get information from the request and response calls for logging or debugging reasons. One way to do this is to create a custom RoundTripper to handle said logging. What is a RoundTripper? A RoundTripper is an interface that implements the RoundTrip function…