From 301661fe620ebb7ea3b6230fb34091f92316cb78 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 30 Jan 2020 17:12:32 +0100 Subject: [PATCH] Updated Response Templating (markdown) --- Response-Templating.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Response-Templating.md b/Response-Templating.md index c05baa8..20cd811 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -49,7 +49,6 @@ The model of the request is supplied to the header and body templates. The follo * `request.protocol` - The scheme such as http or https. * `request.host` - The name of the host in the URL. * `request.origin` - The base URL of the request which is equivalent to `{Protocol}://{Host}:{Port}`. - * `request.absoluteurl` - URL path and query (absolute) * `request.path` - URL path * `request.absolutepath` - URL path (absolute)