-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Modified Signer the remove DefaultHeaders from Request. #29
Conversation
Don't worry about the failing CI, I caused it but will fix it before we merge this pull request. |
I am a couple commits away from being finished. But in the meantime I am forced to do changes to your master that won't work for you in Mono. I will try to be quick about it. If it is a problem for you, create a branch from your first commit and take a dependency on that until I am finished here. Thanks! |
Lets move the assignment of default headers, thus not affecting the actual request message at all, but instead introduce the default headers to the signing algorithm in a more direct way.
Don't feel pushed, I'm using my own fork until you release a stable version :) |
But I am pushing changes to your fork right now, in order to get them into the pull request, thus possibly affecting your development environment. |
Ah I see. Then I'll work with a local branch. |
Description
Fixes #28
Checklist