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

expose default headers with a function on Client #2491

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LiamFarese
Copy link

Motivation

This change was made to address an issue I encountered at work while trying to verify if a Client had the user-agent set on it (needed for debugging purposes on an authentication backend). My current workaround was to format the debug implementation to a String then using .contains("user-agent"). This is a quality of life change so I don't need to use this string parsing approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant