pub unsafe extern "C" fn nghttp2_session_get_remote_settings(
    session: *mut nghttp2_session,
    id: nghttp2_settings_id
) -> u32
Expand description

@function

Returns the value of SETTINGS |id| notified by a remote endpoint. The |id| must be one of values defined in :enum:nghttp2_settings_id.