Robert Nagy

Results 162 issues of Robert Nagy

This package still references a very old version of path-to-regex

I believe there is some overlap here between this library and https://github.com/nxtedition/node-http2-proxy and just wanted to give a ping and see if there is any potential to combine efforts? I'm...

This works: ``` $(docker run --rm progrium/consul cmd:run 192.168.99.101::192.168.99.100::client -d) ``` while this fails with `docker-compose up`: ``` consul: image: progrium/consul command: -join 192.168.99.100 ports: - "8300:8300" - "8301:8301" -...

When using abort signal with the esc client I get the following: ` Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit `...

If you want to take advantage of HTTP pipelining with undici you should probably set the `idempotent: true` option to the `POST`/`PUT` requests that are idempotent, e.g. `/_bulk`. Otherwise undici...

feature request

Fixes: https://github.com/nodejs/undici/issues/1125#issuecomment-987724800

Our `extractBody` method is missing support for parsing `multipart/form-data` responses.

enhancement
Status: help-wanted
fetch