
Public Member Functions | |
| void | appendHeadersToResponse (ERXRestRequestNode node, IERXRestResponse response) |
| void | appendToResponse (ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate) |
| void appendHeadersToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response | |||
| ) |
Called at the end of a request to produce the output to the user.
| node | the node to render | |
| response | the response to write into |
Implements IERXRestWriter.
| void appendToResponse | ( | ERXRestRequestNode | node, | |
| IERXRestResponse | response, | |||
| ERXRestFormat.Delegate | delegate | |||
| ) |
Called at the end of a request to produce the output to the user.
| node | the node to render | |
| response | the response to write into |
Implements IERXRestWriter.
1.5.8