ping

suspend fun ping(options: RequestOptions? = null): EmptyRequestResult(source)

Sends a ping request to the server to check connectivity.

Parameters

options

Optional request options.

Throws

If the server does not support the ping method (unlikely).