Imported Upstream version 1.46.0
[platform/upstream/nghttp2.git] / doc / nghttp2_stream_get_state.rst
1
2 nghttp2_stream_get_state
3 ========================
4
5 Synopsis
6 --------
7
8 *#include <nghttp2/nghttp2.h>*
9
10 .. function:: nghttp2_stream_proto_state nghttp2_stream_get_state(nghttp2_stream *stream)
11
12     
13     Returns state of *stream*.  The root stream retrieved by
14     `nghttp2_session_get_root_stream()` will have stream state
15     :macro:`nghttp2_stream_proto_state.NGHTTP2_STREAM_STATE_IDLE`.