HTTPRequest
dotflow.abc.http.HTTPRequest
Bases: ABC
Source code in dotflow/abc/http.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
context = context
instance-attribute
url = url
instance-attribute
__init__(url, context)
Source code in dotflow/abc/http.py
9 10 11 |
|
request(method, body, params, headers)
abstractmethod
Source code in dotflow/abc/http.py
13 14 15 16 17 18 19 20 21 |
|