diff --git a/docs/api/defaultCacheControl.adoc b/docs/api/defaultCacheControl.adoc index ac0d5f2..81de0df 100644 --- a/docs/api/defaultCacheControl.adoc +++ b/docs/api/defaultCacheControl.adoc @@ -12,7 +12,7 @@ See <> == Parameters -[%header,cols="1%,1%,1%,98%a"] +[%header,cols="1%,1%,98%a"] [frame="none"] [grid="none"] |=== diff --git a/docs/api/requestHandler.adoc b/docs/api/requestHandler.adoc index 1cd3ff7..0db5789 100644 --- a/docs/api/requestHandler.adoc +++ b/docs/api/requestHandler.adoc @@ -21,7 +21,7 @@ This function handles requests for static resources. [caption=""] |=== | Name | Type | Default | Description -| cacheControl | <> | defaultCacheControl | Function that returns the cache control header value +| cacheControl | <> | <> | Function that returns the cache control header value | contentType | <> | getMimeType | Function that returns the content type header value | etag | boolean | true | Whether to include ETag header | index | string | 'index.html' | Default file to serve when requesting a directory