rest-nvim / rest.nvim

A fast Neovim http client written in Lua
GNU General Public License v3.0
1.61k stars 142 forks source link

fix: return non json body #276

Closed purefun closed 9 months ago

purefun commented 9 months ago

fix for non json body like form data:

POST https://httpbin.org/post
Content-Type: application/x-www-form-urlencoded

a=1&b=2