How do I display the REST code from the 3.0 Browser

In Neo4j 3.0 and its implementation of the Bolt protocol, requests submitted via the browser (http://localhost:7474) are submitted using Bolt.
From the results frame, on the bottom left, you can click on the </> Code icon to see the response submission.
Below is a depiction when Bolt is enabled

To revert to a REST API request you need to disable Bolt via the "gears" icon in the bottom left of the browser.
Upon clicking the "gears" icon, you would then need to uncheck the checkbox for the field Use Bolt protocol when available (shown below):

With Bolt disabled, the Cypher results frame </> Code icon will now display as follows: