@nafmo @jaseg off the cuff idea, if you can't navigate the docs, then start sending POST requests with the body or data attached, and introspect the resulting requests as they arrive in your code. Eg. print(vars(request)) , (if a 'request' object is what uwsgi uses, all the frameworks blend into one for me...)