Function libnghttp2_sys::nghttp2_stream_get_state [−][src]
pub unsafe extern "C" fn nghttp2_stream_get_state(
stream: *mut nghttp2_stream
) -> nghttp2_stream_proto_state
@function
Returns state of |stream|. The root stream retrieved by
nghttp2_session_get_root_stream()
will have stream state
:enum:NGHTTP2_STREAM_STATE_IDLE
.