зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
198 B
Plaintext
7 строки
198 B
Plaintext
|
// SJS file for getAllResponseRequests vs getResponseRequest
|
||
|
function handleRequest(request, response)
|
||
|
{
|
||
|
response.setHeader("X-Custom-Header-Bytes", "…", false);
|
||
|
response.write("42");
|
||
|
}
|