SuaveIO / suave

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
https://suave.io
Other
1.32k stars 198 forks source link

Fixing sequence map bug for getHeaders #747

Closed afzhaq-msft closed 3 years ago

afzhaq-msft commented 3 years ago

Fixing sequence map bug for getHeaders which only takes labels instead of values

ademar commented 3 years ago

Thanks!