I want to get a body request for POST http method to get a request params. I found this solution first solution and this one second solution, but this two did not works for me, because I'm using a OkHttp. There is not any getReader() method to use or something similar.
How can I get from OkHttp POST request body the request parameters?