94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
-
-
+
+
+
+
|
+ **wapp-reply-code** _CODE_
Set the reply-code for the HTTP request. The default is "200 Ok".
If this value is set to ABORT (with no numeric code, just the 5
upper-case letters "ABORT") then Wapp will drop the connection without
sending any reply at all.
+ **wapp-redirect** _TARGET-URL_
Cause an HTTP redirect to _TARGET-URL_.
+ **wapp-redirect** _TARGET-URL_ _?CODE?_
Cause an HTTP redirect to _TARGET-URL_. The optional _CODE_ parameter
is the HTTP result code. 303 is the default. Use 301 for a
permanent redirect.
+ **wapp-reset**
Reset the web page under construction back to an empty string.
+ **wapp-set-cookie** _NAME_ _VALUE_
Cause the cookie _NAME_ to be set to _VALUE_.
|