/guid/9202a8c04000641f80000000074e1801 rename
author:
contributor:
published:
updated:
source uri:
Summary
acre.start_response(200, {
'content-type': 'text/plain; charset="UTF-8"'
});
_hostenv.log(...
'content-type': 'text/plain; charset="UTF-8"'
});
_hostenv.log(...
Content
acre.start_response(200, {
'content-type': 'text/plain; charset="UTF-8"'
});
_hostenv.log('logging test 2');
acre.print('acre.environ:\n');
for (var k in acre.environ) {
acre.print(' ' + k + ' : ' + acre.environ[k] + '\n');
}
'content-type': 'text/plain; charset="UTF-8"'
});
_hostenv.log('logging test 2');
acre.print('acre.environ:\n');
for (var k in acre.environ) {
acre.print(' ' + k + ' : ' + acre.environ[k] + '\n');
}
Created by:
nix
Feb 26, 2008
Last edited by:
Constant Gardener Process
Aug 18, 2009
Recent Discussions about None
There is no discussion about this document.
Start the Discussion »