LibHTTP API Reference

December 16, 2016 ยท View on GitHub

httplib_set_user_connection_data( conn, data );

Parameters

ParameterTypeDescription
connstruct httplib_connection *connection to add the user data
datavoid *Pointer to the user data

Return Value

none

Description

The function httplib_set_user_connection_data() can be used to add or change the user data pointer attached to a connection. Using the value NULL in the call will remove a previously assigned user data pointer.

See Also