Jan Stoltman
07/11/2019, 8:23 AMxyz endpoint and then at almost the same time makes another two to the same endpoint with the same method/payload, I would like to let only the first one to actually reach the server and deliver response to all 3 client requests. Is there any way to achieve this with ktor?tseisel
07/11/2019, 9:17 AMJan Stoltman
07/11/2019, 9:24 AMtseisel
07/11/2019, 9:55 AMMap, reading from it if the request is the same.Jan Stoltman
07/11/2019, 10:01 AMtseisel
07/11/2019, 10:04 AMHttpClient ? There is one, in the form of the HttpCache feature.Jan Stoltman
07/11/2019, 10:08 AMJan Stoltman
07/11/2019, 10:08 AM