Home
last modified time | relevance | path

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

/curl/tests/http/testenv/
H A Dports.py29 from typing import Dict
34 def alloc_ports(port_specs: Dict[str, int]) -> Dict[str, int]:
H A Dclient.py35 from typing import List, Optional, Dict, Union
49 run_env: Optional[Dict[str,str]] = None):
H A Dcurl.py40 from typing import List, Optional, Dict, Union, Any
75 def stats(self) -> Optional[Dict[str,Any]]:
253 def json(self) -> Optional[Dict]:
278 def response(self) -> Optional[Dict]:
282 def responses(self) -> List[Dict]:
286 def results(self) -> Dict:
310 def add_response(self, resp: Dict): argument
314 def add_results(self, results: Dict): argument
455 run_env: Optional[Dict[str, str]] = None):
620 def http_form(self, urls: List[str], form: Dict[str, str],
/curl/tests/http/
H A Dtest_04_stuttered.py29 from typing import Tuple, List, Dict
130 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]: argument
H A Dtest_06_eyeballs.py29 from typing import Optional, Tuple, List, Dict
H A Dtest_05_errors.py29 from typing import Optional, Tuple, List, Dict
H A Dscorecard.py34 from typing import Dict, Any, Optional, List
67 def handshakes(self, proto: str) -> Dict[str, Any]:
221 fsizes: List[int]) -> Dict[str, Any]:
310 def requests(self, proto: str, req_count) -> Dict[str, Any]:

Completed in 21 milliseconds