Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
7f781c3872
commit
116c7bfd39
1 changed files with 15 additions and 13 deletions
|
@ -60,7 +60,9 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
|
|||
### Options
|
||||
|
||||
| Instruction / Usage | Description |
|
||||
| ------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
||||
| ------------------------------------------------------------- | ---------------------------------------------------------------------------- |
|
||||
| SET PARAM name AS value | Defines a retrievable param in the storage in the scope of the user |
|
||||
| GET PARAM name | Returns a previously user scoped param via SET PARAM from the storage. |
|
||||
| SET HTTP HEADER _key = _value_ | Defines an HTTP header to be used to next GET call. |
|
||||
| SET HTTP USERNAME = _value_ | Defines the HTTP username to be used to next GET call. |
|
||||
| SET HTTP PASSWORD = _value_ | Defines the HTTP password to be used to next GET call. |
|
||||
|
|
Loading…
Add table
Reference in a new issue