I made a small client app based on RestSharp. How I can debug HTTP RESP API calls? I like to see raw HTTP protocol (pretty formatted as option) My idea is to have something similar to console output in the POSTMAN app...
I`ve tried several tools, but Fiddler is the winner for me. Thanks Phuzi.