up: HTTP | index | Zimbu documentation |
Stores the Server, Request and Response, so that we only need to pass one argument to $serve methods.
|
dict<string, dyn> $params @public HTTP.Request $request @public HTTP.Response $response @public HTTP.Server $server @public PROC NEW(HTTP.Server server, HTTP.Request request, HTTP.Response response) @public FUNC $getParam(string name) dyn @public
FUNC $setParam(string name, dyn value) dyn @public
|
Copyright 2009 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |