tsibelman / aws-signer-v4-dot-net

Sign HttpRequestMessage using AWS Signature v4 using request information and credentials.
Apache License 2.0
72 stars 27 forks source link

How to create PostAsync as it requires either string or request uri as parameter #13

Closed Chetas1 closed 5 years ago

Chetas1 commented 5 years ago

I want to sent post request to fetch the data but its showing cannot convert HttpRequestMessage to String. Can you please let me know how should i do it

tsibelman commented 5 years ago

You don't need to convert HttpRequestMessage to String see here for example https://johnthiriet.com/efficient-post-calls/#