Method

RestParamget_name

Declaration [src]

const char*
rest_param_get_name (
  RestParam* param
)

Description [src]

Get the name of the parameter.

Return value

Type: const char*

The parameter name.

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