div ul.uk-list li HTTP Method : #{@method} li URL : #{@url} h3 Result : - unless @result == false div.uk-grid.uk-text-small div.uk-width-1-2 table.uk-table tr td.uk-width-2-10 i.uk-icon-file-o | Body : td.uk-width-8-10.uk-scrollable-text
#{@result}
div.uk-width-1-2
table.uk-table
tr
td.uk-width-2-10
i.uk-icon-dollar
| Return code :
td.uk-width-8-10 #{@result.code}
tr
td.uk-width-2-10
i.uk-icon-header
| Headers :
td.uk-width-8-10
ul
- @result.headers.each do |hkey,value|
li #{hkey}: #{value}
- else
div.uk-alert.uk-alert-danger
| Can't excute this request