Home
last modified time | relevance | path

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

/curl/tests/http/testenv/
H A Dcerts.py31 from typing import List, Any, Optional
119 cert: Any, argument
120 pkey: Any, argument
148 def private_key(self) -> Any:
152 def certificate(self) -> Any:
389 pkey: Any, argument
419 def _add_ca_usages(csr: Any) -> Any: argument
445 def _add_leaf_usages(csr: Any, domains: List[str], issuer: Credentials) -> Any: argument
471 def _add_client_usages(csr: Any, issuer: Credentials, rfc82name: str = None) -> Any: argument
519 key_type: Any, argument
[all …]
H A Dcurl.py36 from typing import List, Optional, Dict, Union, Any
71 def stats(self) -> Optional[Dict[str,Any]]:
/curl/docs/libcurl/opts/
H A DCURLOPT_TCP_KEEPINTVL.md31 The maximum value this accepts is 2147483648. Any larger value is capped to
H A DCURLOPT_TCP_KEEPIDLE.md32 The maximum value this accepts is 2147483648. Any larger value is capped to
H A DCURLOPT_OPENSOCKETFUNCTION.md60 case no connection could be established or another error was detected. Any
H A DCURLOPT_CONNECT_TO.md47 Any of the four values may be empty. When the HOST or PORT is empty, the host
/curl/docs/libcurl/
H A Dcurl_easy_duphandle.md34 Any options that the input handle has been told to point to (as opposed to
H A Dcurl_easy_cleanup.md45 Any use of the easy **handle** after this function has been called and have
/curl/tests/http/
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