Fantom

 

const class

wisp::WispService

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

Wisp implementation of WebService.

See docLib::Wisp

Slots

makeSource

new make(|WispService|? 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.