spawlak
09/25/2019, 2:07 PMmapper.writeValue...
) and set it as a body for the request. Is there any nicer way to do this in integration tests and just provide and object that would be then later on automatically serialized by test framework??Tony Blundell
09/25/2019, 3:53 PMwilyarti
09/26/2019, 6:36 AMMarc Knaup
09/26/2019, 1:53 PMankit.sharma
09/27/2019, 12:34 AMYour email is confirmed
webpage, and sends a request to the server about the confirmation. How do I do that? Can someone link me to some docs or blogs. Thanks!mmaillot
09/27/2019, 4:10 PMhallvard
09/30/2019, 7:20 AMMiguel Fermin
10/01/2019, 8:53 AMbitkid
10/01/2019, 11:15 AMMarcin Wiśniewski
10/03/2019, 1:27 PMSteve Young
10/03/2019, 1:53 PMlegzo
10/03/2019, 3:22 PMmartin.petrulak
10/04/2019, 9:25 AM<http://10.0.2.2:8080/>....
, but when iam trying to get the data from android app via client.call("<http://10.0.2.2:8080/....>")
i get java.net.ConnectException: Failed to connect to localhost/127.0.0.1:80
any ideas what might be wrong?Szymon Lipiński
10/04/2019, 3:41 PMcoder82
10/06/2019, 3:07 PMcoder82
10/06/2019, 3:08 PMSzymon Lipiński
10/06/2019, 7:42 PMSzymon Lipiński
10/06/2019, 8:46 PMribesg
10/07/2019, 9:43 AMhttpClient.get<SearchResponse>(SearchLocation("myQuery"))
Szymon Lipiński
10/07/2019, 12:12 PMjanvladimirmostert
10/07/2019, 12:19 PMDario Pellegrini
10/07/2019, 12:42 PMjlleitschuh
10/07/2019, 4:39 PMbitkid
10/08/2019, 10:32 AMfor (line in part.streamProvider().reader().readLines())
it fails with "Underlying input stream returned zero bytes" but when i do for (line in ByteArrayInputStream(part.streamProvider().readAllBytes()).reader().readLines())
it works as expected. the weird part is when i run "unix2dos file" before uploading it, it works also with the first bit of code. do i need some content type headers or something like this? reading the file locally also works with the first part, so something along the lines for(line in File("bla").reader().readLines())
Joris
10/08/2019, 1:55 PM/api
isn't prepend to the other routes as I fought it would, instead ktor try to match /api or /foo or /baz.
Is there a way to mutualize a part of a route without adding it in every Routing ? It's quite redundant to put the /api
in every Routing file that I might create.
Also in my web.xml I tried to put /api
in the url-pattern, but ktor doesn't seems to base its matching on it and try to work from /
instead.Adriano Celentano
10/10/2019, 9:16 AMbitkid
10/10/2019, 3:12 PMJason
10/10/2019, 6:16 PMbuild.gradle.kts
I suppose) environment loaded. Also open to someone giving me a slap and explaining why this is not a necessary/useful part of your workflow (I'm coming from Rails/Phoenix worlds where this is commonplace).Vinicius Araujo
10/10/2019, 8:43 PMAdriano Celentano
10/11/2019, 8:39 AMAdriano Celentano
10/11/2019, 8:39 AMJorge R
10/11/2019, 8:43 AMAdriano Celentano
10/11/2019, 8:45 AMJorge R
10/11/2019, 8:47 AMAdriano Celentano
10/11/2019, 8:50 AMJorge R
10/11/2019, 8:51 AMAdriano Celentano
10/11/2019, 8:52 AMJorge R
10/11/2019, 8:53 AMAdriano Celentano
10/11/2019, 8:53 AMJorge R
10/11/2019, 8:55 AMAdriano Celentano
10/11/2019, 8:55 AMJorge R
10/11/2019, 8:55 AMAdriano Celentano
10/11/2019, 8:56 AMJorge R
10/11/2019, 8:56 AMViktor Penelski
10/11/2019, 10:14 AMAdriano Celentano
10/11/2019, 10:50 AMJorge R
10/11/2019, 11:04 AMAdriano Celentano
10/11/2019, 11:11 AM