Closed cocoahero closed 1 month ago
Allows you to pass a name: option to the adapter which is used when initializing the cached connection. This is useful when you have multiple Faraday clients using HTTP persistent, but need to tell them apart in traces, metrics, and so forth.
name:
Nice and simple, with test coverage. LGTM, thank you @cocoahero 🙏 !
🙏🏼 @iMacTia - any idea on a timeline for getting this in a release?
Just trying to get #24 in as well so I can release it together with this 🙂
Allows you to pass a
name:
option to the adapter which is used when initializing the cached connection. This is useful when you have multiple Faraday clients using HTTP persistent, but need to tell them apart in traces, metrics, and so forth.