Class: modelit.web.server.ServerInvokedEvent

Extends: event.EventData & handle

DESCRIPTION:

Event fired when a request is made to the Server.

Properties

query string
  The query, the part after the '?' in the URL.
remoteAddress string
  Remote address from which the query was sent, e.g. /127.0.0.1:53922

Public Method: ServerInvokedEvent

DESCRIPTION:

Event fired when a request is made to the Server.

CALL:

obj = ServerInvokedEvent(query, remoteAddress)

INPUT:

query string
The query, the part after the '?' in the URL.
remoteAddress string
Remote address from which the query was sent.
e.g. /127.0.0.1:53922.

OUTPUT:

obj modelit.web.server.ServerInvokedEvent
Documentation for modelit.web.server.ServerInvokedEvent/ServerInvokedEvent
   doc modelit.web.server.ServerInvokedEvent