Forum Discussion

Rory_Hewitt_139's avatar
Rory_Hewitt_139
Icon for Nimbostratus rankNimbostratus
Dec 27, 2013

Can I include variables in an HTTP::respond string?

Is it possible to include variables in an HTTP::respond string? For example: set title "title of the page" set body "Hi there!" HTTP::respond 200 content "$title$body" "Set-Cookie" $cookie ...