You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine calling a JSON that’s 100MB in size and having all its bytes displayed in the console! That would waste a lot of time handling I/O operations dude, and i'd have to scroll way up just to see the headers.
i hope there will be a feature added to disable byte display in the console or limit the length of bytes.
look at python; it handles this very well. i wish HTTParty could do the same.
The text was updated successfully, but these errors were encountered:
i know this is just a wrapper around the built-in Net::HTTP module, but HTTParty doesn’t handle the messy output in debug mode at all. it's ok, this might be able to fix it with creating custom logger: https://gist.github.com/motebaya/d3436ec35874a342e01da10170c85bca
it looks like this is a duplicate of #715, but there’s been no response so far.
let say i have this code:
Imagine calling a JSON that’s 100MB in size and having all its bytes displayed in the console! That would waste a lot of time handling I/O operations dude, and i'd have to scroll way up just to see the headers.
i hope there will be a feature added to disable byte display in the console or limit the length of bytes.
look at python; it handles this very well. i wish
HTTParty
could do the same.The text was updated successfully, but these errors were encountered: