HttpServer

object HttpServer

Used to set configuration options for an optional HTTP Server module.

Example usage, as part of a node config:

Xtdb.openNode {
httpServer() {
port = 3001
},
...
}

Types

Link copied to clipboard
@Serializable
@SerialName(value = "!HttpServer")
data class Factory(var port: Int = 3000) : XtdbModule.Factory

Functions

Link copied to clipboard