hello_world rename
author:
contributor:
published:
updated:
source uri:
Summary
acre.start_response(200, {
'content-type': 'text/html; charset="UTF-8"'
});
acre.write('Hello...
'content-type': 'text/html; charset="UTF-8"'
});
acre.write('Hello...
Content
acre.start_response(200, {
'content-type': 'text/html; charset="UTF-8"'
});
acre.write('Hello World');
acre.write('Args: '+acre.environ.path_info+acre.environ.query_string+'');
'content-type': 'text/html; charset="UTF-8"'
});
acre.write('Hello World');
acre.write('Args: '+acre.environ.path_info+acre.environ.query_string+'');
Created by:
jdouglas
Mar 22, 2008
Last edited by:
Constant Gardener Process
Aug 18, 2009
Recent Discussions about hello_world
There is no discussion about this document.
Start the Discussion »