My question is rather simple…
In a def post(self) function for instance, I can use self.request.get to pull form information.
Is there any way I could accomplish the same thing within the ‘def get(self)’ function?
Thank you!!!
EDIT:
What I am trying to accomplish is sort of like facebook. If you could imagine a facebook wall, everyone has their own display pictures, which change dynamically. I’m trying to accomplish the same sort of thing… Too many variables would end up in the url I think if I choose to throw them in the url.
Where you have it encoded in the URL like
Lots more info at webapp2 handlers