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:03]
giavac
cookbooks:5.3.x:pseudovariables [2019/11/14 16:06]
giavac More on http_async_client pseudovariables
Line 1382: Line 1382:
   * tcp_ka_idle: set TCP keepalive idle time wait   * tcp_ka_idle: set TCP keepalive idle time wait
   * tcp_ka_interval: set TCP keepalive interval   * tcp_ka_interval: set TCP keepalive interval
 +
 +==== Other read-only variables ====
 +
 +The following read-only pseudo variables can only be used in the callback routes executed by http_async_query()
 +  * $http_ok: 1 if cURL executed the request successfully, 0 otherwise (check $http_err for details)
 +  * $http_err: cURL error string if an error occurred, $null otherwise
 +  * $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