Function
get-known-length
Returns a u64 body length if the length of a body is known, or none otherwise.
get-known-length: func(body: borrow<body>) -> option<u64>;Returns a u64 body length if the length of a body is known, or none otherwise.
get-known-length: func(body: borrow<body>) -> option<u64>;