start Session
Creates a client session with default options.
Note: A ClientSession instance can not be used concurrently in multiple asynchronous operations.
Return
the client session
Since
3.8
abstract suspend fun startSession(options: ClientSessionOptions): ClientSession
Content copied to clipboard
Creates a client session.
Note: A ClientSession instance can not be used concurrently in multiple asynchronous operations.
Return
the client session
Since
3.6
Parameters
options
the options for the client session