We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb30a85 + d10ef34 commit 7b407f4Copy full SHA for 7b407f4
README.md
@@ -273,7 +273,8 @@ headers. Local headers are merged with and overwrite global headers.
273
274
VRC now supports variable declarations in the global scope. These variables
275
then can be used in the query paths, headers, and the body. Notice: values
276
-are not url-encoded.
+are not url-encoded. Variables can contain static text, or reference an
277
+environment variable:
278
279
# Global scope.
280
http://host
@@ -283,6 +284,7 @@ are not url-encoded.
283
284
city = Some%20City
285
zip = 12345
286
population = 42
287
+ restpassword = $SECRET_ENV_VAR
288
--
289
# End global scope.
290
0 commit comments