HTTP Context
1 2 3  | createContext(env, status = 200L, headers = list(), body = "")
is.http.context(x)
 | 
env | 
 an environment object that has request information.  | 
status | 
 default HTTP status code.  | 
headers | 
 default HTTP response header list.  | 
body | 
 default response body.  | 
x | 
 a value.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.