26 lines
328 B
Plaintext
26 lines
328 B
Plaintext
|
|
|
|
RENDER(Request& context)
|
|
{
|
|
DValue t;
|
|
|
|
<>
|
|
<link rel="stylesheet" href='style.css'></link>
|
|
<h1>
|
|
<a href="index.uce">UCE Test</a>:
|
|
Header
|
|
</h1>
|
|
|
|
Response Headers
|
|
<pre style="white-space: pre-wrap"><?
|
|
|
|
print(var_dump(context.header));
|
|
|
|
?></pre>
|
|
|
|
Params
|
|
<pre><?= var_dump(context.params) ?></pre>
|
|
</>
|
|
|
|
}
|