1
2nghttp2_session_get_remote_settings
3===================================
4
5Synopsis
6--------
7
8*#include <nghttp2/nghttp2.h>*
9
10.. function:: uint32_t nghttp2_session_get_remote_settings( nghttp2_session *session, nghttp2_settings_id id)
11
12
13    Returns the value of SETTINGS *id* notified by a remote endpoint.
14    The *id* must be one of values defined in
15    :macro:`nghttp2_settings_id`.
16