Replies: 1 comment 4 replies
-
Depending on your use case, Besides that, I do have the plan of adding |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are response helpers for pretty much everything except []byte.
We have to do
or
but that's not very convenient and can add up to a lot across the codebase. It would be nice to have
resp.ToBytes()
unless I'm missing something?Beta Was this translation helpful? Give feedback.
All reactions