Function libnghttp2_sys::nghttp2_session_get_local_settings [−][src]
pub unsafe extern "C" fn nghttp2_session_get_local_settings(
session: *mut nghttp2_session,
id: nghttp2_settings_id
) -> u32
@function
Returns the value of SETTINGS |id| of local endpoint acknowledged
by the remote endpoint. The |id| must be one of the values defined
in :enum:nghttp2_settings_id
.