Use request.vars.your_variable both for GET and POST. If you try a variable that is not there, you get None, you do not get an Exception.
request.vars.your_variable