Is your feature request related to a problem? Please describe.
HL is a convenient library, that already decodes/encodes the request/response for the user. I think we should also support decoding of the inner :body field of the POST request.
Describe the solution you'd like
I would like to not introduce a breaking change, therefore I'm considering adding a new :body-parsed field.
Is your feature request related to a problem? Please describe. HL is a convenient library, that already decodes/encodes the request/response for the user. I think we should also support decoding of the inner
:body
field of the POST request.Describe the solution you'd like I would like to not introduce a breaking change, therefore I'm considering adding a new
:body-parsed
field.