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
Describe the feature / enhancement and how it would improve things
I didn't find the proper settings to set the headers in a client-wise fashion. (Like in C# HttpClients SetDefaultRequestHeaders) It allows you to set headers for the client's lifetime. Setting a header in a request level will override the default headers. If it is absent it would be nice to have such a feature.
Describe how your proposal will work, with code and/or pseudo-code
Describe the feature / enhancement and how it would improve things
I didn't find the proper settings to set the headers in a client-wise fashion. (Like in C#
HttpClient
sSetDefaultRequestHeaders
) It allows you to set headers for the client's lifetime. Setting a header in a request level will override the default headers. If it is absent it would be nice to have such a feature.Describe how your proposal will work, with code and/or pseudo-code
The text was updated successfully, but these errors were encountered: