Method

RestParamsremove

Declaration [src]

void
rest_params_remove (
  RestParams* params,
  const char* name
)

Description [src]

Remove the RestParam called name.

Parameters

name

Type: const char*

A parameter name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.