Hi, Trying to getParsedBody from ServerRequest using python httpie to send json: `$ http localhost:8080 <<< '{"fname":"sam"}'` But I get nothing. What can I do?
Hi,
Trying to getParsedBody from ServerRequest using python httpie to send json:
$ http localhost:8080 <<< '{"fname":"sam"}'But I get nothing. What can I do?