The "Post-Redirect-Get" pattern, or PRG, is a popular web pattern for displaying a page after receiving a form ("POST") submission. The only action performed by the response to form submission is to redirect to an ordinary ("GET") page. This can be abstracted particularly nicely in PLT Scheme with a simple macro redirect/get, which causes its subexpressions to be evaluated in the context of a redirected GET page: