ec_httpsrv_response_json
Name
ec_httpsrv_response_json — Set the session response to a JSON object
Synopsis
#include "modules/listeners/httpsrv.h"
| int **ec_httpsrv_response_json** (
| sess, | |
| | json)
; | |
ec_httpsrv_session * <var class="pdparam">sess</var>
;
struct json_object * <var class="pdparam">json</var>
;
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
Set the session response to a JSON object.
- sess
-
the session to modify
- json
-
a json object
Sets the response payload to be the JSON representation of the supplied json object.
0 if successful, else returns an errno indicating what went wrong. In particular, ENOMEM indicates that insuficient memory was available.