lostisland/faraday

Please revisit the comma separated header collapsing decision.

Open

#1,120 opened on Jan 22, 2020

View on GitHub
 (6 comments) (1 reaction) (0 assignees)Ruby (997 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (5,861 stars)
PR merge metrics
 (Avg merge 53m) (3 merged PRs in 30d)

Description

There was a decision to concatenate multiple header values using comma as a delimiter in the past. (https://github.com/lostisland/faraday/issues/44) And this is the real-world consequences of the decision. https://github.com/sparklemotion/http-cookie/issues/28

Could you somehow provide a way to access raw HTTP headers?

Contributor guide