Fantom

 

const class

wisp::WispService

sys::Obj
  wisp::WispService : sys::Service

Wisp implementation of WebService.

Slots

mainSource

static Void main()

makeSource

new make(|This|? f := null)

onStartSource

override Void onStart()

onStopSource

override Void onStop()

portSource

const Int port := 80

Well known TCP port for HTTP traffic.

rootSource

const WebMod root := WispDefaultMod()

Root WebMod used to service requests.