showenv - html version rename

author:

contributor:

published:

updated:

source uri:

Acre Doc /freebase/acre_doc

Handler:

Default Configuration:

Acre Doc /freebase/acre_doc

Handler:

Default Configuration:

Summary

acre.start_response(200, {
'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');
}

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 »
Explore the Data
View all the data we have for showenv - html version
Flag this Document
Why do you want to flag this document?