| Prev | Next | WebServer Verbs > webserver.server |
webserver.server
| Syntax |
webserver.server (adrParamTable, httpRequest)
|
| Params |
adrParamTable is the address of a table containing information about the request. httpRequest, an optional parameter, is the unprocessed HTTP request.
|
| Action |
Handles an incoming HTTP request.
|
| Returns |
An HTTP response to the caller.
|
| Notes |
This verb is used internally by the webserver framework. You will rarely need to call it yourself. For an example use of this verb, see How to Serve .wsf Pages from WebSTAR.
|
| See Also |
tcp.httpClient
|
| Prev | Next | WebServer Verbs > webserver.server |