(res)
| 65 | // A general default configuration that is useful to almost all responses |
| 66 | // that can be cached. |
| 67 | export function defaultCacheControl(res) { |
| 68 | defaultCDNCacheControl(res) |
| 69 | defaultBrowserCacheControl(res) |
| 70 | } |
| 71 | |
| 72 | // Vary on language when needed |
| 73 | // x-user-language is a custom request header derived from req.cookie:user_language |
no outgoing calls
no test coverage detected