httpxy icon indicating copy to clipboard operation
httpxy copied to clipboard

🔀 A Full-Featured HTTP and WebSocket Proxy for Node.js

Results 30 httpxy issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`8.15.7` -> `9.12.1`](https://renovatebot.com/diffs/npm/pnpm/8.15.7/9.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`^8.57.0` -> `^9.12.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.12.7` -> `^20.16.11`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.7/20.16.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/unjs/httpxy). ## Open The following updates have all...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`^0.34.6` -> `^2.1.2`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/0.34.6/2.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Describe the feature It could be a very nice feature to be able to rewrite request and response headers/body. The goal would be to have a full-featured MITM proxy...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | --- ### Release...

### Describe the feature Support for HTTP2/3 in order to be a replacement for Vite dev-server and other build tools. > Upstream: https://github.com/http-party/node-http-proxy/issues/1237 ### Additional information - [ ] Would...

enhancement

Upstream has so many open PRs and Issues potentially some are valid bugs. Need to investigate and make a quick list of them: - https://github.com/http-party/node-http-proxy/pulls ---- - [ ] https://github.com/http-party/node-http-proxy/pull/1634...

it's crucial for setting up proxy server config first before we can use proxy server from this package so, for a newbie, it's more guidance if we are also give...