Skip to content

I would like to know how to add items to signedheaders. #712

Answered by FantasticFiasco
riruo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @riruo.

The API of this library is pretty much the same as the API of HttpClient, and if you wan't to add e.g. headers to a request you create an instance of HttpRequestMessage where both method and headers are specified. You then pass the request representation to the SendAsync overload. Will this work for you?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@riruo
Comment options

Answer selected by riruo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants