amitshekhariitbhu / Fast-Android-Networking

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

how to get AnResponse<User.class> in rx java #549

Open hoseinimohamad opened 3 years ago

hoseinimohamad commented 3 years ago

I need to access the HTTP status code and headers with response model in RXJava approach. so after review library, find ANResponse but how to getSingleObjet for ANResponse?

For additional information: in status code 201 I should handle status code in subscribing method RXJava or I need get custom header field from the server at subscribing method RXJava