peterbraden / ical.js

ical for javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `request` lib with native http fetch or something lightweight

cktang88 opened this issue · comments

Request is a very bloated lib, simply to do an http request

@peterbraden request has been deprecated, plz consider replace it with axios

I get many requests to replace 'request' and interestingly there are many different suggestions on what to replace it with.

At some point I will remove request entirely from the project, and let people do their own HTTP fetching - it is overkill to have it in this library.

If you'd like to make a PR removing it, then please feel free.

hello, @peterbraden . I've created the PR #110

please review, thanks a lot!

Fixed with #110