jellydn / hurl.nvim

Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.
https://gyazo.com/19492e8b5366cec3f22d5fd97a63f37a
MIT License
151 stars 15 forks source link

file-root support #195

Open Xouzoura opened 2 weeks ago

Xouzoura commented 2 weeks ago

Hi, great plugin. One question, is the --file-root planned to be supported for uploads?

POST {{HOST}}/upload/{{GROUP}}/{{CONVERSATION}}/ad_hoc/upload?classification=public || | ... || 6 | file: file, /home/xouzoura/Downloads/doc1.pdf;type=application/pdf || | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unauthorized access to file /home/xouzoura/Downloads/doc1.pdf, check --file-root option

jellydn commented 2 weeks ago

Hi @Xouzoura, not yet and PR welcome as always ;)