We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac678ef + 05acc1a commit 363cf1aCopy full SHA for 363cf1a
src/node/agent.js
@@ -78,6 +78,7 @@ class Agent extends AgentBase {
78
79
for (const name of methods) {
80
const method = name.toUpperCase();
81
+ if (method === "QUERY") continue;
82
Agent.prototype[name] = function (url, fn) {
83
const request_ = new request.Request(method, url);
84
0 commit comments