RUI3 (RAK Unified Interface 3) - RAK4631
bg77::qhttpread

Public Member Functions

String get ()
 
String get (int)
 

Member Function Documentation

◆ get() [1/2]

String get ( )
Description
This api is used to retrieve HTTP(S) response information from HTTP(S) server via UART/USB port, after HTTP(S) GET/POST requests are sent.
Syntax
bg77.qhttpread.get()
Returns
String response

◆ get() [2/2]

String get ( int  )
Description
This api is used to retrieve HTTP(S) response information from HTTP(S) server via UART/USB port, after HTTP(S) GET/POST requests are sent.
Syntax
bg77.qhttpread.get(wait_time)
Parameters
wait_timeint Integer type. The maximum interval time between receiving two packets of data. The range is 1-65535, and the default value is 60. Unit: second.
Returns
String response