type
HxLibWeb
abstract const class HxLibWeb : WebMod
HxLib plugin to add web servicing capability. See Libs.
constructors
make |
Subclass constructor |
---|
methods
lib |
Parent library. |
---|---|
rt |
Runtime for parent library |
uri |
Base uri for this library's endpoint such as "/myLib/" |
Slot Details
lib
virtual HxLib lib()
Parent library. Subclasses can override this method to be covariant.
make
new make(HxLib lib)
Subclass constructor
rt
virtual HxRuntime rt()
Runtime for parent library
uri
Uri uri()
Base uri for this library's endpoint such as "/myLib/"