EvandroLG / pegasus.lua

:rocket: Pegasus.lua is an http server to work with web applications written in Lua language.
http://evandrolg.github.io/pegasus.lua/
MIT License
421 stars 36 forks source link

fix(header/query): both can have duplicate keys #117

Closed Tieske closed 1 year ago

Tieske commented 1 year ago

In case of duplicate keys it now returns an array for that key.

Updates: