requestはdeprecatedなのでaxiosなどを使う
これ代替ライブラリ何にしますか?axiosしか知らないのでaxiosで実装しようと思うのですが…
node-fetch とか
Deprecatedのお話
https://github.com/request/request/issues/3142
Alternativesのお話
https://github.com/request/request/issues/3143
AP request を置き換えられるとうれしい (送信前にhttp-signatureを入れる必要がある)
https://github.com/syuilo/misskey/blob/bb7edfee04d990fcf56e0cee46f1da7b62693cb6/src/remote/activitypub/request.ts
AP request は https のままでいいかも
axiosはconnection timeoutを検出するのにCancelTokenが必要だったり、エラーハンドリングが面倒だったのでnode-fetchの方がいいかも
v10-m544だけどnode-fetchでこんな感じ
https://github.com/mei23/misskey/commit/3c26a16fe02fe8e5c47b36fd7caccc1fd97e2233
Most helpful comment
node-fetch とか