Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 15 of 15) 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.py40 from typing import List, Optional, Dict, Union, Any
75 def stats(self) -> Optional[Dict[str,Any]]:
/curl/docs/libcurl/
H A Dcurl_url_cleanup.md37 Any use of the **handle** after this function has been called and have
H A Dcurl_slist_free_all.md34 Any use of the **list** after this function has been called and have returned,
H A Dcurl_share_cleanup.md35 Any use of the **share_handle** after this function has been called and have
H A Dcurl_multi_cleanup.md47 Any use of the **multi_handle** after this function has been called and have
H A Dcurl_easy_duphandle.md35 Any options that the input handle has been told to point to (as opposed to
H A Dcurl_easy_cleanup.md46 Any use of the easy **handle** after this function has been called and have
/curl/docs/libcurl/opts/
H A DCURLOPT_TCP_KEEPIDLE.md34 The maximum value this accepts is 2147483648. Any larger value is capped to
H A DCURLOPT_TCP_KEEPINTVL.md33 The maximum value this accepts is 2147483648. Any larger value is capped to
H A DCURLOPT_TCP_KEEPCNT.md36 Any larger value is capped to this amount.
H A DCURLOPT_OPENSOCKETFUNCTION.md61 case no connection could be established or another error was detected. Any
H A DCURLOPT_CONNECT_TO.md48 Any of the four values may be empty. When the HOST or PORT is empty, the host
/curl/docs/cmdline-opts/
H A Dverbose.md47 Any addition of the verbose option after that has no effect.
/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]:
378 fsizes: List[int]) -> Dict[str, Any]:
470 def requests(self, proto: str, req_count) -> Dict[str, Any]:

Completed in 32 milliseconds