pub fn parse_request_window_initial(headers: &[RpcHeader]) -> Option<u32>Expand description
Parse the nrpc-request-window-initial header from a request’s
header list. Same semantics as parse_stream_window_initial
but for the upload direction.
pub fn parse_request_window_initial(headers: &[RpcHeader]) -> Option<u32>Parse the nrpc-request-window-initial header from a request’s
header list. Same semantics as parse_stream_window_initial
but for the upload direction.