amitshekhariitbhu / Fast-Android-Networking

🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
https://outcomeschool.com
Apache License 2.0
5.71k stars 960 forks source link

How can I get the Body Parameters sent with request. #599

Open YogeshJ241 opened 1 year ago

YogeshJ241 commented 1 year ago

For Error Tracking, I have to post the URL, Body Parameters, & Error I have to send it to Server. I can able to get URL, Error, Method but can't get body parameters.

Please check the below mention code. androidNetworking is object ANRequest androidNetworking.getRequestBody() It's giving me null Please update on this for same.

I can access URL using androidNetworking.getUrl(), androidNetworking.getHeaders() , androidNetworking.getMethod() etc