How do we debug the request being set over to backend servers? \
I'd like to be able to see exactly or print out the full request with headers parameters, etc... that is being sent over to servers when i'm doing rxswift with moya...
How exactly should we be using the .debug()?
Thanks!
You can use the built-in network logging plugin which can be used to log all requests.
@ashfurrow Thanks!
Most helpful comment
You can use the built-in network logging plugin which can be used to log all requests.