User Tools

Site Tools


cookbooks:devel: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:devel:pseudovariables [2020/04/06 02:24]
armenb [$tls_peer_server_name]
cookbooks:devel:pseudovariables [2020/05/29 23:36]
linuxmaniac [$xavu(id) - XAVUs]
Line 819: Line 819:
 </code> </code>
  
 +===== $xavi(id) - XAVIs =====
 +
 +Similar to XAVPs, but with key names are case insensitive. XAVIs are also stored in transaction context and destroyed when the transaction is terminated.
 +
 +
 +Examples:
 +
 +<code c>
 +$xavi(WhatEver=>FoO) = 123; # <- set the value
 +# $xavi(whatever[0]=>foo) == 123
 +</code>
 ===== $hdr(name) - Headers ===== ===== $hdr(name) - Headers =====
  
cookbooks/devel/pseudovariables.txt ยท Last modified: 2022/04/11 15:24 by henningw