Hi! Recently a colleague split the bearer token because of some security reasons, thus I ended up having to do this in all my HTTP calls:
, headers =
[ Http.header "x-signature-token" tokens.signatureToken
, Http.header "x-header-payload-token" tokens.headerPayloadToken
]
Does it make sense to add Http.{get|delete|put|post} function libs to support that use case to this library? 🤔