Advitiay Anand
10/31/2022, 8:09 PMKevin Del Castillo
10/31/2022, 8:32 PMAndrew O'Hara
10/31/2022, 9:24 PMKevin Del Castillo
10/31/2022, 9:30 PMAndrew O'Hara
10/31/2022, 9:34 PMAndrew O'Hara
10/31/2022, 9:40 PMBasic question: Are there any web topics to be understood before beginning to learn server-side Kotlin?I don't really have all the hindsight to properly answer that, but I would say the most important thing is to understand the structure of an HTTP request and response. You can think of an HTTP server as a means of transforming a request into a response, or as http4k so eloquently puts it,
typealias HttpHandler = (Request) -> Response
.Stephan Schroeder
11/01/2022, 6:38 AMStephan Schroeder
11/01/2022, 6:44 AMAdvitiay Anand
11/01/2022, 6:27 PMAdvitiay Anand
11/01/2022, 6:30 PMStephan Schroeder
11/02/2022, 9:45 AMMatteo Mirk
11/03/2022, 4:15 PM