What is python equivalent of php file_get_contents("php://input")

Viewed 3653

I am trying to get post request raw data in python, can anyone tell me how? OR the equivalence method of file_get_contents("php://input") in Python?

2 Answers
Related