YOUR FEATURE DESCRIPTION HERE
Additional headers can be set via com.varabyte.kobweb.api.http.Response::headers (mutable hashmap).
However, it is not possible to set multiple header entries with the same key but different values (e.g. multiple "Set-Cookie" headers).
Support for this UseCase should be added.
Suggestion:
- update the header datastructure to
Map<String, List<String>>
YOUR FEATURE DESCRIPTION HERE
Additional headers can be set via
com.varabyte.kobweb.api.http.Response::headers(mutable hashmap).However, it is not possible to set multiple header entries with the same key but different values (e.g. multiple "Set-Cookie" headers).
Support for this UseCase should be added.
Suggestion:
Map<String, List<String>>