-
Notifications
You must be signed in to change notification settings - Fork 382
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
Feature/add http custom headers #580
Feature/add http custom headers #580
Conversation
…istent, remove unnecessary preprocessor directives
d5c1ac5
to
beb931a
Compare
@galvesribeiro Can you take a look at this? Getting this feature merged would help us a lot. |
Ops, sorry, I've missed this. Thanks @HofmeisterAn ! |
No worries, thanks. |
Hi @galvesribeiro. I'm new to the project and just wanted to ask if there's any information about when this change will be released? I would like to use this, but unfortunately I can't reach the development package source from my corporate network. |
@galvesribeiro this allows the clients to set custom HTTP request headers. Depending on the API endpoint, this allows to enable or configure further features.
The first commit refactors some basics. It orders properties, methods, etc. by their modifier and applies
ConfigureAwait
to each await task.The second commit adds the ability to set custom HTTP headers.