File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,14 @@ private import semmle.python.frameworks.Stdlib
20
20
*
21
21
* See
22
22
* - https://pypi.org/project/requests/
23
- * - https://docs.python- requests.org /en/latest/
23
+ * - https://requests.readthedocs.io /en/latest/
24
24
*/
25
25
private module Requests {
26
+ /**
27
+ * An outgoing HTTP request, from the `requests` library.
28
+ *
29
+ * See https://requests.readthedocs.io/en/latest/api/#requests.request
30
+ */
26
31
private class OutgoingRequestCall extends HTTP:: Client:: Request:: Range , API:: CallNode {
27
32
string methodName ;
28
33
@@ -82,7 +87,7 @@ private module Requests {
82
87
/**
83
88
* Provides models for the `requests.models.Response` class
84
89
*
85
- * See https://docs.python- requests.org /en/latest/api/#requests.Response.
90
+ * See https://requests.readthedocs.io /en/latest/api/#requests.Response.
86
91
*/
87
92
module Response {
88
93
/** Gets a reference to the `requests.models.Response` class. */
You can’t perform that action at this time.
0 commit comments