Actions
Feature #5199
closedMulti-valued request/response headers
Start date:
2022-01-08
Due date:
% Done:
0%
Estimated time:
Applies to JS Branch:
2
Fix Committed on JS Branch:
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
Looks like multi-values are not supported in 2.3 because headers
type is map(xs:string, xs:string)
.
https://www.saxonica.com/saxon-js/documentation2/index.html#!development/http
Maybe the type should be map(xs:string, xs:string*)
?
A similar issue to the URL param parsing: https://stackoverflow.com/questions/68944773/parsing-a-url-query-string-into-a-map-of-parameters-with-xpath
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page