Searched refs:intext (Results 1 – 2 of 2) sorted by relevance
/curl/tests/http/testenv/ |
H A D | curl.py | 626 return self._raw(urls, intext=data, 721 intext=updata, 759 def _run(self, args, intext='', with_stats: bool = False, argument 781 if intext is not None and False: 782 p.communicate(input=intext.encode(), timeout=1) 800 input=intext.encode() if intext else None, 821 def _raw(self, urls, intext='', timeout=None, options=None, insecure=False, argument 833 r = self._run(args, intext=intext, with_stats=with_stats,
|
H A D | httpd.py | 119 def _run(self, args, intext=''): argument 127 input=intext.encode() if intext else None,
|
Completed in 8 milliseconds