UNPKG

jackson

Version:

Jackson, the web application framework

12 lines (10 loc) 260 B
<table class="table table-striped"> <% entry = (name, value) =>: %> <tr> <th><%- name %></th> <td><%- @inspect value %></td> </tr> <% end %> <% entry 'Headers', @req.headers %> <% entry 'HTTP Version', @req.httpVersion %> </table>