Skip to main content

HTTP Client Cache

cp:otoroshi.next.plugins.NgHttpClientCache

This plugin add cache headers to responses

categories:

  • Headers

default configuration:

{
"max_age_seconds" : 86400,
"methods" : [ "GET" ],
"status" : [ 200 ],
"mime_types" : [ "text/html" ]
}