logo

const class

wisp::WispService

sys::Obj
  sys::Thread
    web::WebService
      wisp::WispService

Wisp implementation of WebService.

Slots

make

new make(Str name := null)

Constructor with thread name.

Source

port

const Int port := 80

Well known TCP port for HTTP traffic.

Source

run

override Obj run()

Main loop.

Source