Method

RestParamget_name

Declaration [src]

const char*
rest_param_get_name (
  RestParam* param
)

Description [src]

Get the name of the parameter.

Return value

Returns: const char*
 

The parameter name.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.