jgiacomini / Tiny.RestClient

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

Features/dynamic headers #60

Closed Lordinaire closed 5 years ago

Lordinaire commented 6 years ago

A simple implementation using Func<> to perform dynamic assignment of header right before executing the request (by calling ExecuteAsync()).

jgiacomini commented 5 years ago

Resolved in #90