Extensions Reference: DynamicString
DynamicString
A dynamic value is smart string that can contain dynamic values and plain strings. You can insert them anywhere (headers, URL params, body, environment variables) in the
requests
you create with Paw.A dynamic string can be seen as an array of components each being either a string
or a DynamicValue
. When Paw generates requests, client code or evaluates dynamic strings via the JavaScript API each component is evaluated and all are concatenated together to form a result string