onRequestStarted
fun onRequestStarted(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (message: ServerMessage) -> Unit): <Error class: unknown class>(source)
Emitted when the server has started reading a new request.
Parameters
connectFlags
a combination of ConnectFlags
handler
the Callback to connect. Params: message
the new message