Searched refs:to_bytes (Results 1 – 8 of 8) sorted by relevance
26 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler()
46 match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in remote_handler()61 match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in remote_handler()
83 match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in remote_handler()106 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler()
84 match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in remote_handler()107 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler()
149 .to_bytes() in ifaces()
142 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in do_signaling()
94 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in do_signaling()
27 fn to_bytes<B: ByteOrder>( in to_bytes() method