Handbook
Glossary
<continue-conversation> ( url -- response )
Furnace framework
»
Furnace persistence layer
»
Furnace conversation scope
Prev:
end-conversation ( -- )
Next:
cget ( key -- value )
Vocabulary
furnace
.
conversations
Inputs
url
an
url
Outputs
response
a
response
Word description
Creates an HTTP response which redirects the client to the specified URL while continuing the conversation. Any values set in the current conversation scope will be visible to the resonder handling the URL.
Definition
USING:
furnace.redirection
namespaces
urls
;
IN:
furnace.conversations
:
<continue-conversation>
( url -- response )
conversation-id
get
conversation-id-key
set-query-param
<redirect>
;