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
149 def private_key(self) -> Any:
153 def certificate(self) -> Any:
392 pkey: Any, argument
422 def _add_ca_usages(csr: Any) -> Any: argument
448 def _add_leaf_usages(csr: Any, domains: List[str], issuer: Credentials) -> Any: argument
475 def _add_client_usages(csr: Any, issuer: Credentials, rfc82name: Optional[str] = None) -> Any: argument
523 key_type: Any, argument
[all …]
H A Dcurl.py40 from typing import List, Optional, Dict, Union, Any
76 def stats(self) -> Optional[Dict[str,Any]]:
698 fupload: Optional[Any] = None, argument
728 fupload: Optional[Any] = None, argument
/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.md51 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/tests/http/
H A Dscorecard.py34 from typing import Dict, Any, Optional, List
69 def handshakes(self) -> Dict[str, Any]:
239 def downloads(self, count: int, fsizes: List[int]) -> Dict[str, Any]:
361 def uploads(self, count: int, fsizes: List[int]) -> Dict[str, Any]:
424 def requests(self, req_count) -> Dict[str, Any]:
/curl/docs/cmdline-opts/
H A Dverbose.md47 Any addition of the verbose option after that has no effect.

Completed in 17 milliseconds