summaryrefslogtreecommitdiff
path: root/desk/lib/rails.hoon
blob: 8db842e9bd2fb9f4c0533ec02824fc6ecd4c6fbf (plain)
1
2
3
4
5
6
7
|%
+$  response
$%  [%page hed=header-list:http bod=manx]  :: html page with headers
    [%full p=simple-payload:http]
    [%error code=@ud msg=@t]  ::  codes 400-500+
    [%redirect loc=@t]
--