Muthu Nadar
01/16/2018, 1:57 PMnoncom
01/17/2018, 9:35 AM"/"
page), and I turn the server onwouterdoeland
01/17/2018, 3:50 PMaeruhxi
01/17/2018, 4:34 PMxxxifan
01/18/2018, 3:16 PMwouterdoeland
01/19/2018, 4:33 PMdata
post parameter, should I just use it like this:
with(handleRequest(<http://HttpMethod.Post|HttpMethod.Post>, path, {
body = "data=$data"
})) {
// test body
}
noncom
01/19/2018, 8:54 PMmiha-x64
01/20/2018, 1:39 PMdamian
01/20/2018, 10:52 PMValuesMap
but maybe thats not the casekielpedia
01/21/2018, 1:53 AMwithTestApplication
in my unit test because I am using a system property in my App like val property = environment.config.property("randomproperty").getString()
kristofdho
01/23/2018, 6:53 PMorangy
01/23/2018, 9:46 PMinstall(ContentNegotiation) {
…
intercept<Parameters> {
// called when instance of Parameters is being sent (before transform) or received (after transform)
}
intercept<Entity> {
// called when instance of Entity (or derived) is being processed
}
intercept<Any> {
// any instance, called if more specific type interceptor is not found. Or may be call all matching interceptors
}
}
mkporwit
01/25/2018, 3:51 AMsuspend inline fun <reified T> <http://HttpClient.post|HttpClient.post>(builder: HttpRequestBuilder): T {
builder.method = <http://HttpMethod.Post|HttpMethod.Post>
return request(builder)
}
as an extension function to get <http://HttpClient.post|HttpClient.post>
, but still, seems a little inconsistent...orangy
01/25/2018, 8:45 PMgradle clean test
?leus
01/26/2018, 2:02 PMdeviant
01/28/2018, 1:42 PMsuspend
😉qwert_ukg
01/29/2018, 3:47 AMqwert_ukg
01/29/2018, 3:51 AMavolkmann
01/29/2018, 2:47 PMgotwalt
01/29/2018, 9:08 PMneil
01/29/2018, 10:07 PMDeactivated User
01/29/2018, 10:30 PMxxxifan
01/31/2018, 1:22 AMgildor
01/31/2018, 1:16 PMjaaso
01/31/2018, 1:54 PMhallvard
01/31/2018, 2:15 PMxxxifan
01/31/2018, 3:27 PMaeruhxi
02/01/2018, 10:21 AMio.ktor.application.call
in my custom function without parametrizing it?martsina
02/01/2018, 8:09 PMxxxifan
02/04/2018, 3:22 AMxxxifan
02/04/2018, 3:22 AMorangy
02/04/2018, 10:04 AM