Package-level declarations
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The block will run in with the reentrant lock.
Link copied to clipboard
Link copied to clipboard
inline suspend fun <T : Any> ApplicationCall.respondRefiled(builder: ResponseData.ResponseBuilder<T>.() -> Unit)
inline suspend fun <T : Any> ApplicationCall.respondRefiled(status: HttpStatusCode, error: CodableException?, main: T)
inline suspend fun <T : Any> ApplicationCall.respondRefiled(status: HttpStatusCode, quota: ResponseData.Quota?, error: CodableException?, main: T?)
Link copied to clipboard
Link copied to clipboard
Convert the exception to a multi-line string with stack trace.
Link copied to clipboard
Format: yyyy.MM.dd'T'HH:mm:ss
Link copied to clipboard
The block will run in with the reentrant lock.