toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 74 forks source link

Request: Render full server response as a string #179

Open nickpending opened 4 years ago

nickpending commented 4 years ago

Would be great to have a method to 'recreate' the entire server response as one big string -- for very verbose logging, storing the responses as individual files, etc.

julik commented 3 years ago

Would you expect to have all server responses as strings, with \r\n and all? Does the current libcurl logging feature serve your need possibly?