Http

open class Http : JsAny

Node.js HTTP class.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun createServer(callback: (req: JsAny, res: JsAny) -> Unit): Server