We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4be3a2 commit 399b4e2Copy full SHA for 399b4e2
1 file changed
src/targets/php/http2.js
@@ -28,10 +28,6 @@ module.exports = function (source, options) {
28
code.push(null)
29
}
30
31
- if (!~helpers.methods.indexOf(source.method.toUpperCase())) {
32
- code.push(util.format("HttpRequest::methodRegister('%s');", source.method))
33
- }
34
-
35
code.push('$client = new http\\Client;')
36
code.push('$request = new http\\Client\\Request;')
37
0 commit comments