Lines Matching refs:body
457 OH_LOG_INFO(LOG_APP, "read http body back.");
494 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result);
496 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked);
536 OH_LOG_ERROR(LOG_APP, "have http body stream");
674 <body>
681 <a href="https://www.example.com/post_data.html">测试读取blob类型http body stream</a><br/>
682 <a href="https://www.example.com/chunked_post_stream.html">测试读取chunked类型http body stream</a>
683 </body>
699 <body>
703 </body>
709 const body = document.body;
712 body.appendChild(element);
727 <body>
732 </body>
748 <body>
753 </body>
787 <body>
790 </body>
801 const body = document.body;
804 body.appendChild(element);
812 <body>
813 </body>
837 <body>
841 </body>
867 body: rs,
872 <body>
873 <div onclick="test()">test post chunked http body.</div>
874 </body>