badgen.net/libs/got.ts

8 wiersze
96 B
TypeScript

import got from 'got'
export default got.extend({
json: true,
timeout: 3200,
retry: 0
})