Robert Nagy

Results 162 issues of Robert Nagy

Should we enable throwOnError by default on the request method? Semver major.

## Bug Description ## Reproducible By ## Expected Behavior ## Logs & Screenshots ## Environment ### Additional context

bug

Override the pipelining option accordingly in case user passes a valid connection header. Refs: https://github.com/nodejs/undici/issues/1305

enhancement

### Discussed in https://github.com/nodejs/undici/discussions/1420 Originally posted by **nwtgck** May 6, 2022 Hi, I'd like to request a fixed-length multipart request. The code below requested with `transfer-encoding: chunked` without content-length. I...

enhancement

Should we try to reach out the the maintainers of popular http client ecosystem packages about switching node core client to undici under the hood? [Future of the Node HTTP...

Status: help-wanted
question

I think it would be good if we could agree on long term and short term spec deviations. Maybe base it on: https://deno.land/manual/runtime/web_platform_apis#spec-deviations?

fetch

At least minimal high level documentation with references to MDN?

good first issue
Docs
fetch

Current test coverage on fetch is too low for a stable release. Please refer [lib/fetch](https://codecov.io/gh/nodejs/undici/tree/main/lib/fetch) folder on CodeCov to check which components of fetch implementation lack unit tests. Comment on...

good first issue
fetch

Under `lib/fetch/util.js` we have a few helper methods that are pretty well documented in spec and and needs to be implemented: - [ ] appendRequestOriginHeader - [ ] appendFetchMetadata -...

good first issue
fetch

https://github.com/nodejs/undici/discussions/1168#discussioncomment-1991327 > https://undici.nodejs.org/#/?id=undicirequesturl-options-promise status that options RequestOptions and links to https://undici.nodejs.org/#/docs/api/Dispatcher?id=parameter-requestoptions for which there's a teensy little ditty about Extends: DispatchOptions. That could be made much more visible and verbose....

enhancement