PFApplicationRestHandler Properties |
The PFApplicationRestHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Application |
Gets the Packflow application.
| |
| CustomHttpMethod |
Gets the HTTP method text. Only filled if the used Http method is not listed by the RestHttpMethod enum.
| |
| HttpMethod |
Gets the HTTP method.
| |
| Request |
Gets the request.
| |
| RequestExpectsCamelCaseJson |
Gets a (request parameter) value indicating if the returned JSON should follow camel case.
Default value: false.
Query string parameter name: "camelCase".
| |
| RequestExpectsIgnoredNullValues |
Gets a (request parameter) value indicating if the returned JSON should ignore null values.
Default value: true.
Query string parameter name: "ignoreNullValues".
| |
| RequestExpectsPrettyJson |
Gets a (request parameter) value indicating if the returned JSON should be indented.
Default value: false.
Query string parameter name: "pretty".
| |
| Response |
Gets the response.
|