webserver.dispatch

Syntax webserver.dispatch (adrParamTable)

Params adrParamTable is the address of a table containing information about the request.

Action Dispatches an incoming HTTP request to the appropriate responder.

Returns An HTTP response to the caller.

Notes This verb is used internally by the webserver framework, it's called from webserver.server. You will rarely need to call it yourself.

See Also webserver.server

Discuss