got icon indicating copy to clipboard operation
got copied to clipboard

🌐 Human-friendly and powerful HTTP request library for Node.js

Results 141 got issues
Sort by recently updated
recently updated
newest added

#### Describe the bug - Node.js version: `18.0.0` - OS & version: `Windows 10`, `Raspbian Buster`, `Ubuntu 20.04` - Got version: `11.6.0` and higher #### Actual behavior The `beforeError` hook...

bug
documentation

Fixes #1353 #### Checklist - [x] I have read the documentation. - [x] I have included a pull request description of my changes. - [x] I have included some tests....

#### Checklist - [X] I have read the documentation. - [X] I have included a pull request description of my changes. - [ ] I have included some tests. -...

https://github.com/sindresorhus/got/blob/ecb05343dea3bd35933585a1ec5bcea01348d109/source/as-promise/index.ts#L144 I'm trying to configure Got to retry on my POST requests. I pass Node's ReadStream created by `fs.createReadStream()` to the `body` option. On retries, I'm getting `Cannot retry with...

#### Describe the bug - Node.js version: 16.15.0 - OS & version: Windows 11 #### Actual behavior Requiring got and transpiling with Typescript 4.7 raises transpilation errors ``` node_modules/got/dist/source/core/options.d.ts(763,22): error...

✭ help wanted ✭

#### Describe the bug - Node.js version: 16 - OS & version: Windows 10 #### Actual behavior There is always one last progress (at least `uploadProgress`) event fired after the...

bug
✭ help wanted ✭

https://nodejs.org/api/stream.html#stream_streams_promises_api

enhancement
future

/cc @rightaway

enhancement
future

https://github.com/sindresorhus/got/pull/983#discussion_r357133135 https://github.com/DefinitelyTyped/DefinitelyTyped/issues/34960

enhancement
external