pub(crate) type ClientTransaction = Client;
Aliased Type§
enum ClientTransaction {}
Variants§
Implementations
Source§impl Client
impl Client
Sourcefn decoder(
inc: &MessageHead<StatusCode>,
method: &mut Option<Method>,
) -> Result<Option<(DecodedLength, bool)>, Parse>
fn decoder( inc: &MessageHead<StatusCode>, method: &mut Option<Method>, ) -> Result<Option<(DecodedLength, bool)>, Parse>
Returns Some(length, wants_upgrade) if successful.
Returns None if this message head should be skipped (like a 100 status).