1 2nghttp2_stream_get_parent 3========================= 4 5Synopsis 6-------- 7 8*#include <nghttp2/nghttp2.h>* 9 10.. function:: nghttp2_stream * nghttp2_stream_get_parent(nghttp2_stream *stream) 11 12 13 Returns the parent stream of *stream* in dependency tree. Returns 14 NULL if there is no such stream. 15