netguru / ResponseDetective

Sherlock Holmes of the networking layer. :male_detective:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request Body is always <none>

avaroam opened this issue · comments

I've setup ResponseDetective with Alamofire and it works great for responses. But the body of my requests in the console always shows as <none>, even when I am including parameters with the request.

 ├─ Headers
 │ Content-Type: application/x-www-form-urlencoded; charset=utf-8
 │ Content-Length: 18
 ├─ Body
 │ <none>

Is there a way to have it include the request parameters in the console log?

It seems ResponseDetective doesn't recognize application/x-www-form-urlencoded content-type. Will address this asap.

Released in 1.1.