Home
last modified time | relevance | path

Searched defs:send_body (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dssl_servers.py93 def do_GET(self, send_body=True): argument
/external/python/cpython3/Lib/test/
Dssl_servers.py93 def do_GET(self, send_body=True): argument
/external/rust/crates/quiche/src/h3/
Dmod.rs861 pub fn send_body( in send_body() method
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py929 def send_body(n): function