vim-http-client icon indicating copy to clipboard operation
vim-http-client copied to clipboard

Forget your curl today! Make HTTP requests from Vim without wrestling the command line!

Results 10 vim-http-client issues
Sort by recently updated
recently updated
newest added

Trying to GET an unresponsive endpoint (one that never time outs or sends any reponse, e.g. due to an infinite loop) will cause the entire Vim instance to not respond...

This can be set using the TIMEOUT_S variable (in seconds). Add the docs as well.

This PR shows a user friendly error message when a request has no response Errors were not handled and when a server was not available the python error message would...

Hi, Really great tool :) it replaced vial-http for me (the project seems kinda dead). One thing that is missing though is a couple of important metrics for a request:...

Hi, Is it possible to have an option to display the curl command that is executed under the hood ? Would be very handy for copy pasting and sharing with...

I'm working on a large set of API endpoints and have to break them down into separate files. This extension works great in every way except that I have variables...

This PR will resolve variables declared with `!file(SomeValidFile)` with contents of the file. The Contents of $fileData will hold String data instead of file pointer. eg: # $fileData = !file(SomeValidFile)...

See: https://github.com/pashky/restclient.el/issues/110. It'd be really nice to have the same file format for both these great packages.

How do I add newline characters to the form encoded requests? I am trying something along the following lines ``` # Form-encoded data. POST http://httpbin.org/post X-Custom-Header: four request=val \n containing...

Error detected while processing function 53_DoHTTPRequest: line 11: /Library/Python/2.7/site-packages/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections...