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 cc7cde8 + 3d8180f commit fb75a43Copy full SHA for fb75a43
codegens/java-okhttp/lib/okhttp.js
@@ -6,7 +6,7 @@ var _ = require('./lodash'),
6
sanitizeOptions = require('./util').sanitizeOptions;
7
8
// Since Java OkHttp requires to add extralines of code to handle methods with body
9
-const METHODS_WITHOUT_BODY = ['GET', 'HEAD', 'COPY', 'UNLOCK', 'UNLINK', 'PURGE', 'LINK', 'VIEW'];
+const METHODS_WITHOUT_BODY = ['HEAD', 'COPY', 'UNLOCK', 'UNLINK', 'PURGE', 'LINK', 'VIEW'];
10
11
/**
12
* returns snippet of java okhttp by parsing data from Postman-SDK request object
0 commit comments