Sha256: 6f873f7a77d8f075ba2dbbcc3b1731438dc2f56884f6161ede25d3919bec4a37
Contents?: true
Size: 652 Bytes
Versions: 111
Compression:
Stored size: 652 Bytes
Contents
HTTP/1.1 200 OK Server: nginx/1.0.5 Date: Thu, 29 Dec 2011 23:10:13 GMT Content-Type: text/html Content-Length: 15013 Last-Modified: Fri, 02 Dec 2011 21:00:49 GMT Connection: keep-alive Accept-Ranges: bytes <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Protocol-relative URLs</title> </head> <body> <p>Internal links</p> <a href="/">Internal: home page</a> <a href="/faqs">Internal: FAQs</a> <a href="//protocol-relative.com/contact">Internal: protocol-relative</a> <p>External links</p> <a href="http://google.com">External: normal link</a> <a href="//yahoo.com">External: protocol-relative link</a> </body> </html>
Version data entries
111 entries across 111 versions & 3 rubygems