Method
RestParamsget
Declaration [src]
RestParam*
rest_params_get (
RestParams* params,
const char* name
)
Parameters
name |
const char* |
A parameter name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | RestParam |
A |
|
The data is owned by the instance. | |
The return value can be NULL . |