/guid/9202a8c04000641f8000000007bee82e rename
author:
contributor:
published:
updated:
source uri:
Summary
acre.start_response(200, {
'content-type': 'text/plain; charset="UTF-8"'
});
acre.write(...
'content-type': 'text/plain; charset="UTF-8"'
});
acre.write(...
Content
acre.start_response(200, {
'content-type': 'text/plain; charset="UTF-8"'
});
acre.write('here is your acre.environ:\n');
for (var k in acre.environ) {
acre.log.debug('showenv k: ' + k);
acre.write(' * ' + k + ' : ' + JSON.stringify(acre.environ[k]) + '\n');
}
'content-type': 'text/plain; charset="UTF-8"'
});
acre.write('here is your acre.environ:\n');
for (var k in acre.environ) {
acre.log.debug('showenv k: ' + k);
acre.write(' * ' + k + ' : ' + JSON.stringify(acre.environ[k]) + '\n');
}
Created by:
nix
Mar 28, 2008
Last edited by:
Constant Gardener Process
Aug 18, 2009
Recent Discussions about None
There is no discussion about this document.
Start the Discussion »