mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-12 04:31:04 +00:00
Update http.js
This commit is contained in:
parent
1c202a24bc
commit
e3505e8cba
|
@ -30,7 +30,7 @@ var HTTPObject = function(engine) {
|
|||
this.states = [];
|
||||
this.variables = {
|
||||
"uuidv4": RAND.uuidv4,
|
||||
"base64json": function(v) {
|
||||
"base64json": function(v) { // e.g. {base64json VARIABLE_NAME}
|
||||
return BASE64.encode(JSON.stringify(v));
|
||||
},
|
||||
"unixnow": function(diff) { // e.g. {unixnow -300} (seconds)
|
||||
|
|
Loading…
Reference in New Issue
Block a user