BaristaLabs/BaristaCore

Create wrapper around HttpClient that adheres to http rfc 7234

Oceanswave opened this issue · 0 comments

The built-in HttpClient in .Net core does not perform any caching.

Create a wrapper around the HttpClient that does, and use it in the fetch implementation.