dom/plugins/test/mochitest/mixed_case_mime.sjs

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:be69c17282c1
1 function handleRequest(request, response)
2 {
3 response.processAsync();
4 response.setHeader("Content-Type", "application/x-Second-Test", false);
5
6 response.write("Hello world.\n");
7 response.finish();
8 }

mercurial