Home
last modified time | relevance | path

Searched refs:PREFACE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs616 const PREFACE: &[u8] = b"PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"; in async_send_preface() const
618 .write_all(PREFACE) in async_send_preface()