Repository: trafficserver Updated Branches: refs/heads/master a2affb991 -> 8b3d21def
doc: fix generator plugin table Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c577a1a0 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c577a1a0 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c577a1a0 Branch: refs/heads/master Commit: c577a1a05b0519a98aab06648fdf94034c50f40f Parents: a2affb9 Author: James Peach <[email protected]> Authored: Mon Dec 15 20:45:10 2014 -0800 Committer: James Peach <[email protected]> Committed: Mon Dec 15 20:47:58 2014 -0800 ---------------------------------------------------------------------- doc/reference/plugins/generator.en.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c577a1a0/doc/reference/plugins/generator.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/plugins/generator.en.rst b/doc/reference/plugins/generator.en.rst index 196645a..28fadb3 100644 --- a/doc/reference/plugins/generator.en.rst +++ b/doc/reference/plugins/generator.en.rst @@ -26,14 +26,14 @@ response is specified by the first two coomponents of the requested URL path. This plugin only supports the ``GET`` and ``HEAD`` HTTP methods. -=============== =========== -Path component Description -=============== =========== -1 ``cache`` or ``nocache``. If ``cache`` is specifed, the - `Generator` plugin will respond with ``Cache-Control`` headers - marking the response as cacheable for 24 hours. -2 Integral number of bytes to return in the response. -=============== =========== ++---------------+----------------------------------------------------------------+ +|Path component | Description | ++===============+================================================================+ +|1 | ``cache`` or ``nocache``. If ``cache`` is specifed, the | +| | `Generator` plugin will respond with ``Cache-Control`` headers | +| | marking the response as cacheable for 24 hours. | +|2 | Integral number of bytes to return in the response. | ++---------------+----------------------------------------------------------------+ Path components after the first 2 are ignored. This means that the trailing path components can be manipulated to create unique URLs
