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:
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: