Skip to content

feat: expose http(s).request lookup option and add types #1644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: revert package.json changes
  • Loading branch information
aadi-paypay committed Aug 4, 2023
commit 82d2ccf1712af64cce9ca26324836fadd8b3a456
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "git",
"url": "https://github.com/http-party/node-http-proxy.git"
},
"description": "Fork of http-proxy with custom lookup option",
"author": "Aaditya Taparia <aadityataparia@gmail.com>",
"description": "HTTP proxying for the masses",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"maintainers": [
"Aaditya Taparia <aadityataparia@gmail.com>"
"jcrugzz <jcrugzz@gmail.com>"
],
"main": "index.js",
"types": "index.d.ts",
Expand Down