UNPKG

260 BHTMLView Raw
1<table class="table table-striped">
2 <% entry = (name, value) =>: %>
3 <tr>
4 <th><%- name %></th>
5 <td><%- @inspect value %></td>
6 </tr>
7 <% end %>
8
9 <% entry 'Headers', @req.headers %>
10 <% entry 'HTTP Version', @req.httpVersion %>
11</table>