nghttp3_conn_get_stream_user_data ================================= Synopsis -------- *#include * .. function:: void *nghttp3_conn_get_stream_user_data(const nghttp3_conn *conn, int64_t stream_id) `nghttp3_conn_get_stream_user_data` returns the user data associated to the stream identified by *stream_id*. If no data is associated or the stream is not found, this function returns NULL. The user data can be associated to the stream by the following functions: - `nghttp3_conn_set_stream_user_data` - `nghttp3_conn_submit_request` .. version-added:: 1.16.0