1
2nghttp2_session_get_root_stream
3===============================
4
5Synopsis
6--------
7
8*#include <nghttp2/nghttp2.h>*
9
10.. function:: nghttp2_stream * nghttp2_session_get_root_stream(nghttp2_session *session)
11
12
13    Returns root of dependency tree, which is imaginary stream with
14    stream ID 0.  The returned pointer is valid until *session* is
15    freed by `nghttp2_session_del()`.
16