Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: enable configuration of client response interface #250

Merged
merged 1 commit into from Oct 14, 2022

Commits on Jul 3, 2022

  1. client: enable configuration of client response interface

    Default ClientResponse implementation locks down access to the raw
    response, which causes difficulty in debugging outside of debug logs.
    
    Opening up the configuation gives flexibility to those that need it,
    while keeping the default for backwards compatability.  Current users
    will not need to make any changes.
    
    Signed-off-by: Chad Kunde <Kunde21@gmail.com>
    Kunde21 committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    a7d5226 View commit details
    Browse the repository at this point in the history