Sha256: 275dbb15c64cdb4072a63fa52dad4324db17d05453c9593ea96ede382553c57d
Contents?: true
Size: 985 Bytes
Versions: 5
Compression:
Stored size: 985 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Mirage</title> </head> <body> <h1>Welcome to Mirage</h1> <p>Below are any responses you are currently hosting. Click the response itself to peek at it and click check to view the last request that triggered it. <br/> Note: if requests or responses contain xml, you will need to view page source to see it properly.</p> <?r unless @responses.empty? ?> <table border="1" width='100%'> <?r @responses.each do |key, response| ?> <tr><td><a id='peek_response_#{response.response_id}' href="/mirage/peek/#{response.response_id}">#{key}</a></td><td><a id='check_response_#{response.response_id}' href="/mirage/check/#{response.response_id}">check</a></td></tr> <?r end ?> </table> <?r end ?> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems