Function decode_length
pub async fn decode_length<R>(r: &mut R) -> Result<u32, ProtocolError>where
R: AsyncRead + Unpin,Available on crate feature
fastcgi only.Expand description
Decode a variable-length integer from the reader.
Reference: FastCGI Specification §3.4