M'sieur Toph'
M'sieur Toph'
Fixes #21
Hi, Using the brand new 2.0.0 release, the abstract class HttpError seems not to be exported by default. I have to implement : ``` import { Errors } from 'typescript-rest';...
The behaviors of 'x-apicache-force-fetch' and 'x-apicache-bypass' have become the same for no reason. This commit restores the original behavior of 'x-apicache-force-fetch' which was to force data fetch AND update the...
Hello, In my case, my app is exposing a URL that takes a long time to respond due to slow internal processes. I would like to cache it and serve...