summaryrefslogtreecommitdiff
path: root/src/misc/fetch.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-141/+0
| | | | Resolve #7779
* Refactor request (#7814)MeiMei2021-10-161-21/+46
| | | | | | | | | * status code * Test ap-request.ts https://github.com/mei23/crytest/blob/4397fc5e70536e4175fe56e974ca83b8047bef3a/test/ap-request.ts * tune
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-1/+1
|
* refactor: refactoring importssyuilo2021-08-191-1/+1
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* perf: Improve network request performance (#7636)MeiMei2021-08-161-6/+27
| | | | | | | * perf: Improve fetch * CHANGELOG * lifo
* Fix Agent type, httpでもDNSキャッシュ (#7520)MeiMei2021-05-191-3/+4
|
* refactor: Use path aliassyuilo2021-03-231-1/+1
|
* ActivityPubでリモートのオブジェクトをGETするときのリク ↵MeiMei2020-10-181-2/+3
| | | | | | | ストをHTTP Signatureで署名するオプション (#6731) * Sign ActivityPub GET * Fix v12, v12.48.0 UI bug
* feat(server): Fetch icon url of an instance (#6591)syuilo2020-07-261-0/+21
| | | | | | | * feat(server): Fetch icon url of an instance Resolve #6589 * chore: Rename the function
* プロキシの除外ホスト (#6244)MeiMei2020-04-121-10/+39
| | | | | | | | | | | * プロキシの除外ホスト * オブジェクトストレージとの通信にProxyを使うかを選択できるように * fix lint * コメント Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* Use node-fetch instead of request (#6228)MeiMei2020-04-091-0/+43
* requestをnode-fetchになど * format * fix error * t * Fix test