Hi guys, seeking a way to add metadata to a client...
# http4k
a
Hi guys, seeking a way to add metadata to a client Request that will be accessible in the Response. Dart's Dio http client API defines
extra
as an optional Map passed along to the subsequent Response, that's ideally what I'm hoping to replicate. I think in http4k this would use RequestContext (similar to this) but that requires global shared state, where my requests each have unique metadata so it kind of seems like a mismatch.