vial-http icon indicating copy to clipboard operation
vial-http copied to clipboard

Simple http rest tool for vim

Results 12 vial-http issues
Sort by recently updated
recently updated
newest added

Hi, really nice tool, I'm adopting it. Is there any way to have the request windo in a vertical split instead of horizontal one? Cheers

OS: windows 10 Python3 Gvim ver: ``` VIM - Vi IMproved 8.1 (2018 May 18, compiled Aug 13 2019 22:02:13) MS-Windows 64-bit GUI version with OLE support Included patches: 1-1845...

the post request failed on a json object with Chinese characters. POST /rules/parse { "patients": [ { "name": "M1", "age": 68, "gender": "女" } ] }

Is it possible for vial-http to support variables? I imagine it would be something similar to what have been done in roast.vim https://github.com/sharat87/roast.vim/blob/master/doc/roast.txt#L135-L155 It would be nice to have variables...

Click on: https://api.wynncraft.com/public_api.php?action=itemDB&search=abandon See it all works. But when i do in vial-http ``` Host: https://api.wynncraft.com GET /public_api.php action:=itemDB search:=abandon ``` I get the response ``` { "error": "API action...

this changes allow multi line request like this: ``` GET http://localhost:6001/api/search group=__world__ \ sort=created \ source=course \ token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUsImRpc3BsYXlfbmFtZSI6ImkxMjJhc2YifQ.Z1bP83vZB5HWf4mhNGOz5V1dLzfNss3dU7n0NToodvA \ course_id=8 \ foo=bar ```

Hi, I had to downgrade to python2 in order to make this works: ``` Host: jsonplaceholder.typicode.com Origin: https://jsonplaceholder.typicode.com TEMPLATE tryit myvalue: ${json["try"]} POST /posts | tryit { "try": "it" }...

sometime we need [] in param name PUT /api user[name]=test

Great plugin! I'd like to suggest that the 'default mapping' for vial-http be changed to use `` rather than ``, or at least for the mapping to be hidden behind...

enhancement