BaristaLabs / BaristaCore

BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
MIT License
28 stars 3 forks source link

Create wrapper around HttpClient that adheres to http rfc 7234 #42

Open Oceanswave opened 6 years ago

Oceanswave commented 6 years ago

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.