elixir-plug / plug

Compose web applications with functions
https://hex.pm/packages/plug
Other
2.84k stars 582 forks source link

Support request header merge and prepend #1116

Closed halostatue closed 2 years ago

halostatue commented 2 years ago

Closes #1115

Added Plug.Conn.prepend_req_headers/2 and Plug.Conn.merge_req_headers/2 as variations on prepend_resp_headers/2 and merge_resp_headers/2 with attention paid to put_req_header/3 for validation.

josevalim commented 2 years ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: