mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
3 lines
125 B
Text
3 lines
125 B
Text
<% for header in request.env.select {|k,v| k.match("^HTTP.*")} %>
|
|
<%=header[0].split('_',2)[1]%>: <%=header[1]%>
|
|
<% end %>
|