HSL 2.0 framework
Description of the framework
Classes |Static Public Attributes |List of all members
hsl20_4_http_client.hsl20_4_http_client Class Reference

Classes for retrieving data via HTTP More..

Classes

classClient
All methods of the HTTP client. More...
classResponse
HTTP client response. More...

Static Public Attributes

stringGET = "GET"
GET
stringPOST = "POST
POST
stringPUT = "PUT"
PUT
stringDELETE = "DELETE"
DELETE
floatTIMEOUT = 15.0
TIMEOUT

Detailed Description

Classes for retrieving data via HTTP

Deprecated:
This class should no longer be used.

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)


The documentation for this class was generated from the following file: