Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209aeba commit 504a0f8Copy full SHA for 504a0f8
1 file changed
ruby/ql/test/library-tests/frameworks/http_clients/NetHttp.rb
@@ -25,3 +25,5 @@ def get(domain, path)
25
end
26
27
get("example.com", "/").body
28
+
29
+Net::HTTP.post(uri, "some_body") # note: response body not accessed
0 commit comments