servo/components/script/parse
Chris Double 82c52a7a1c Implement view-source protocol. Fixes #4181.
This follows the recommendation from issue #4181. A handler
for 'view-source' delegates to the HTTP loader. In that
loader I check for view-source, adjust the URL to be the
URL to be viewed and modify the Content-Type header to be
text/plain.

This doesn't actually result in the source being
viewed as rendering text/plain is not yet implemented.
2015-03-17 11:06:44 +13:00
..
html.rs Implement view-source protocol. Fixes #4181. 2015-03-17 11:06:44 +13:00
mod.rs Adding initial version of parser trait 2014-10-29 11:31:20 -04:00