Method

GUPnPServiceActionget_message

Declaration [src]

SoupServerMessage*
gupnp_service_action_get_message (
  GUPnPServiceAction* action
)

Description [src]

Get the SoupMessage associated with action. Mainly intended for applications to be able to read HTTP headers received from clients.

Available since:0.14.0

Return value

Returns: SoupServerMessage
 

SoupServerMessage associated with action. Unref after using it.

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