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 ...@@ -37,7 +37,7 @@ Return value
Description Description
Converts the STRING S to upper case. Converts the STRING S to upper case.
Example Example
set beresp.x-scream = std.toupper("yes!"); set beresp.http.x-scream = std.toupper("yes!");
tolower tolower
------- -------
...@@ -48,7 +48,7 @@ Return value ...@@ -48,7 +48,7 @@ Return value
Description Description
Converts the STRING to lower case. Converts the STRING to lower case.
Example Example
set beresp.x-nice = std.tolower("VerY"); set beresp.http.x-nice = std.tolower("VerY");
set_up_tos set_up_tos
---------- ----------
...@@ -75,7 +75,7 @@ Return value ...@@ -75,7 +75,7 @@ Return value
Description Description
Returns a random REAL number between *a* and *b*. Returns a random REAL number between *a* and *b*.
Example Example
set beresp.x-random-number = std.random(1, 100); set beresp.http.x-random-number = std.random(1, 100);
log 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