Mikael Ståldal
10/20/2024, 6:44 PMWhy does this not returnCopy codefun Request.formAsMap(): Map<String, List<String?>>
Map<String, List<String>>
? Why is the string nullable? 🤔dave
10/20/2024, 7:36 PMdave
10/20/2024, 7:38 PMdave
10/20/2024, 7:38 PMdave
10/20/2024, 7:38 PMMikael Ståldal
10/20/2024, 7:43 PM/foo?bar
will give "bar" = null, and /foo?bar=
will give "bar" = ""?