Hacker News new | ask | show | jobs
Show HN: Hammer – Golang's Fluent Rest API Client (github.com)
8 points by suryas3 2086 days ago
1 comments

The lack of support for context.Context rules out this project for me.

All our cross-cutting concerns (tracing/monitoring, auth, timeouts) are built on top of the context pattern (and it works great compared to other languages).

Something like Execute(context.Context, req *Request) could be a simple solution to this.

Yes. This was a great feedback. Should be considered for future releases.
Created a issue around this. Thanks again.