0

I'm using python 3.6

I'm receiving GET request with json body. I have a class with inheritance from BaseHTTPRequestHandler.

I want to implement the do_GET method.

How can I get the content of the body ?

How can I parse it ?

Boom
  • 1,171
  • 5
  • 10
  • 1
    A `GET` request should not have a body, see also [this response](https://stackoverflow.com/a/983458/770830). – bereal Jul 09 '20 at 10:29

0 Answers0