Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface HTTPAPI1 : ExternalAPI

This represents the "user interface" of the HTTP API. Internal hooks are provided via ExternalAPI.

Link copied to clipboard
interface HTTPAPI2 : ExternalAPI

This represents the "user interface" of the HTTP API. The API is documented at https://tech.utugit.fi/soft/tools/power/doc/manual/usage/api/#http Internal hooks are provided via ExternalAPI.

Link copied to clipboard
open class SimpleWebServer(val root: <Error class: unknown class>, val port: Int = 8080, flags: GenericFlags, heartbeatPeriod: Long = 500, getHandler: (String) -> <Error class: unknown class>?? = null, postHandler: (String, <Error class: unknown class>) -> <Error class: unknown class>?? = null, statusCallback: () -> InstanceShortSummary) : Webserver
Link copied to clipboard
abstract class Webserver(flags: GenericFlags) : GenericServer