User Tools

Site Tools


cookbooks:5.3.x:pseudovariables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cookbooks:5.3.x:pseudovariables [2019/11/14 16:06]
giavac More on http_async_client pseudovariables
cookbooks:5.3.x:pseudovariables [2019/11/15 14:59]
giavac [Other read-only variables]
Line 1386: Line 1386:
  
 The following read-only pseudo variables can only be used in the callback routes executed by http_async_query() The following read-only pseudo variables can only be used in the callback routes executed by http_async_query()
-  * $http_ok1 if cURL executed the request successfully, 0 otherwise (check $http_err for details) + 
-  $http_errcURL error string if an error occurred, $null otherwise +=== $http_ok === 
-  $http_rs: http status +1 if cURL executed the request successfully, 0 otherwise (check $http_err for details). 
-  $http_rr: http reason phrase + 
-  $http_hdr(Name): value of the Name header (the $(http_hdr(Name)[N]) syntax can also be used, check the SIP $hdr() PV documentation for details) +=== $http_err === 
-  $http_mb and $http_mlHTTP response buffer (including headers) and length +cURL error string if an error occurred, $null otherwise. 
-  $http_rb and $http_bsHTTP response body and body length+ 
 +=== $http_rs === 
 +HTTP status. 
 + 
 +=== $http_rr === 
 +HTTP reason phrase. 
 + 
 +=== $http_hdr(Name) === 
 +Value of the Name header (the $(http_hdr(Name)[N]) syntax can also be used, check the SIP $hdr() PV documentation for details). 
 + 
 +=== $http_mb and $http_ml === 
 +HTTP response buffer (including headers) and length. 
 + 
 +=== $http_rb and $http_bs === 
 +HTTP response body and body length,
  
 ===== XMLOPS Pseudo-Variables ===== ===== XMLOPS Pseudo-Variables =====
cookbooks/5.3.x/pseudovariables.txt · Last modified: 2020/04/06 18:09 by pojogas