daedalus.nvim icon indicating copy to clipboard operation
daedalus.nvim copied to clipboard

Any plans to use a lua http lib in future?

Open ellisonleao opened this issue 5 years ago • 3 comments

Thanks for the awesome plugin. I was wondering if you have any plans to move from curl to a lua http lib to handle the requests, like lua-http for instance.

ellisonleao avatar Sep 28 '20 17:09 ellisonleao

Yes, in fact, I plan on having curl as an option, as well as other alternatives such as lua-http.

I don't want to bundle dependencies, so it'll try to pick up the best choice available, falling back to curl if none.

Thanks for the suggestion and I'm really glad you like it! I'll keep this open until I implement lua-http support.

Best regards, Henry

hkupty avatar Oct 08 '20 01:10 hkupty

Thanks! If you need any assistance i am definitely willing to help on this

ellisonleao avatar Oct 08 '20 02:10 ellisonleao

I always enjoy when pull requests come in, so if you're feeling adventurous I'd encourage you to try and hack.

We can eventually elaborate further, but I'm afraid daedalus is still touching the basics when it comes to http requests so pretty much anything will be an improvement already :)

hkupty avatar Oct 08 '20 07:10 hkupty