Variables
Variable | Description |
---|---|
int DBG_HTTP_REQUEST_API | If set to a value other than 0, a log message will be output when the API of the HttpRequest library is called. (Ver. 1.2.0 or later) |
int DBG_HTTP_REQUEST_LIB | If set to a value other than 0, log messages of the internal operation of the HttpRequest library will be output. (Ver. 1.2.0 or later) |
int DBG_HTTP_SENT_DATA | If set to a value other than 0, the data sent from the HttpRequest library will be output to the log message. (Ver. 1.2.0 or later) |
int DBG_HTTP_RECEIVED_DATA | If set to a value other than 0, the received data of the HttpRequest library will be output to the log message. (Ver. 1.2.0 or later) |
See also
Last updated: 2021/07/10