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
Would be nice to have general decompression feature built-in to rest.nvim.
So rest.nvim can know that response body is decompressed and add a note about that as a comment.
We can use libraries like lua-zlib for this.
HTTP 200 OK
# @_RES (decompressed)
decompressed
response
body
# @_END
The text was updated successfully, but these errors were encountered:
Issues
Feature description
related: #435
Would be nice to have general decompression feature built-in to rest.nvim.
So rest.nvim can know that response body is decompressed and add a note about that as a comment.
We can use libraries like lua-zlib for this.
The text was updated successfully, but these errors were encountered: