You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I just picked up your library, it’s really nice! I was wondering how I can do some extra parsing of a response if I know i can expect some body given a certain status code. I know I can work around it outside of RunClient, so no problem if there’s no solution. Thanks again!
The text was updated successfully, but these errors were encountered:
To your question, there is currently no straight forward solution at the moment. I would need to provide some new combinator for making it easier to write custom HasResponse class instances for such cases. I will explore it over the weekend.
Hi I just picked up your library, it’s really nice! I was wondering how I can do some extra parsing of a response if I know i can expect some body given a certain status code. I know I can work around it outside of
RunClient
, so no problem if there’s no solution. Thanks again!The text was updated successfully, but these errors were encountered: