mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 16:23:42 +01:00
Updated Response Templating (markdown)
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user