HSL 2.0 framework
Description of the framework
|
Classes for retrieving data via HTTP More..
Classes | |
class | Client |
All methods of the HTTP client. More... | |
class | Response |
HTTP client response. More... | |
Static Public Attributes | |
string | GET = "GET" |
GET | |
string | POST = "POST |
POST | |
string | PUT = "PUT" |
PUT | |
string | DELETE = "DELETE" |
DELETE | |
float | TIMEOUT = 15.0 |
TIMEOUT | |
Classes for retrieving data via HTTP
The example https_client WebRequest (10707_WebRequest (https).py) shows how it can be replaced by standard Python modules. Class is deprecated
Corrected wrongly named attributes @ GET and POST. (Goods: METHOD_GET and METHOD_POST)