Commit 1a4915fe authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Correct missing .http. typos in vmod_std.rst

parent 8e8d4e8a
......@@ -37,7 +37,7 @@ Return value
Description
Converts the STRING S to upper case.
Example
set beresp.x-scream = std.toupper("yes!");
set beresp.http.x-scream = std.toupper("yes!");
tolower
-------
......@@ -48,7 +48,7 @@ Return value
Description
Converts the STRING to lower case.
Example
set beresp.x-nice = std.tolower("VerY");
set beresp.http.x-nice = std.tolower("VerY");
set_up_tos
----------
......@@ -75,7 +75,7 @@ Return value
Description
Returns a random REAL number between *a* and *b*.
Example
set beresp.x-random-number = std.random(1, 100);
set beresp.http.x-random-number = std.random(1, 100);
log
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment