João Gabriel Zó
Aleksei Tirman [JB]
ayodele
maxmello
val attributeHttpClient = AttributeKey<HttpClient>("httpClient") val Application.httpClient: HttpClient get() = attributes[attributeHttpClient] val ApplicationCall.httpClient: HttpClient get() = this.application.httpClient
this.attributes.put(attributeHttpClient, /* create your default http client here */)
lateinit var
application
A modern programming language that makes developers happier.