showenv - html version rename
author:
contributor:
published:
updated:
source uri:
Summary
acre.start_response(200, {
'content-type': 'text/plain; charset="UTF-8"'
});
acre.print(...
'content-type': 'text/plain; charset="UTF-8"'
});
acre.print(...
Content
acre.start_response(200, {
'content-type': 'text/plain; charset="UTF-8"'
});
acre.print('here is your acre.environ:\n');
for (var k in acre.environ) {
acre.print(' * ' + k + ' : ' + acre.environ[k] + '\n');
}
'content-type': 'text/plain; charset="UTF-8"'
});
acre.print('here is your acre.environ:\n');
for (var k in acre.environ) {
acre.print(' * ' + k + ' : ' + acre.environ[k] + '\n');
}
Created by:
willmoffat
Feb 29, 2008
Last edited by:
Constant Gardener Process
Aug 18, 2009
Recent Discussions about showenv - html version
There is no discussion about this document.
Start the Discussion »