Method

RestParamsremove

Declaration [src]

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

Description [src]

Remove the RestParam called 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.