Hello People, i know this question might sound idiot, but i don't know where 
to start. When i use some kind of framework, it generally uses some kind of 
WSGI interface and in my actions i get requests, responses, and those kind 
of things.

For example, with webapp framework:

def sayHello(self):
    self.response.headers['Content-Type'] = 'text/plain'
    self.response.out.write('Hello, webapp World!')


How i can get requests data (URL, headers, params, cookies, etc) without any 
framework? (just with the default appengine (app.yaml) routing.
Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/nNQomBZh_4UJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to