summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/cache.scm
AgeCommit message (Collapse)Author
2021-10-12caching: there is a precise list of headers that belong to the updated resourceVivien Kraus
The 304 Not Modified response is expected to set exactly the caching-related headers, but not any other.
2021-09-22Use anonymous-http-request from (webid-oidc parameters) everywhereVivien Kraus
2021-08-13Switch to a more sensible error reporting systemVivien Kraus
2021-08-01Use guile parametersVivien Kraus
With parameters, the API does not need to care about the directory where to load files and how to get the time.
2021-08-01Change the name!Vivien Kraus
2021-07-02Switch to AGPLVivien Kraus
2021-06-19Negociate a token (client)Vivien Kraus
2021-06-19Use a web cache on the file systemVivien Kraus