Function

RestParamsnew

Declaration [src]

RestParams*
rest_params_new (
  void
)

Description [src]

Create a new RestParams.

Return value

Returns: RestParams
 

A empty RestParams.

 The caller of the function takes ownership of the data, and is responsible for freeing it.