jgiacomini / Tiny.RestClient

Simpliest Fluent REST client for .NET
MIT License
210 stars 30 forks source link

Add the possibility to calculate header just before ExecuteAsync #57

Closed jgiacomini closed 5 years ago

jgiacomini commented 6 years ago

The headers are added staticly. Some users want an option to add the header just before sending request.

jgiacomini commented 5 years ago

90