Context

data class Context(val resolveUrl: (path: String) -> String, val parseErrorResponse: suspend (response: HttpResponse) -> RestException? = null)(source)

Constructors

Link copied to clipboard
constructor(resolveUrl: (path: String) -> String, parseErrorResponse: suspend (response: HttpResponse) -> RestException? = null)

Properties

Link copied to clipboard
val parseErrorResponse: suspend (response: HttpResponse) -> RestException?
Link copied to clipboard
val resolveUrl: (path: String) -> String