Searched refs:allow (Results 1 – 25 of 109) sorted by relevance
12345
/curl/docs/cmdline-opts/ |
H A D | proxy-ssl-allow-beast.md | 4 Long: proxy-ssl-allow-beast 10 - ssl-allow-beast 13 - --proxy-ssl-allow-beast -x https://proxy $URL 16 # `--proxy-ssl-allow-beast` 29 Equivalent to --ssl-allow-beast but used in HTTPS proxy context.
|
H A D | ssl-allow-beast.md | 4 Long: ssl-allow-beast 11 - proxy-ssl-allow-beast 14 - --ssl-allow-beast $URL 17 # `--ssl-allow-beast`
|
H A D | delegation.md | 23 Do not allow any delegation. 30 Unconditionally allow the server to delegate.
|
H A D | proto-redir.md | 18 Limit what protocols to allow on redirects. Protocols denied by --proto are 21 Example, allow only HTTP and HTTPS on redirect:
|
H A D | tlsv1.0.md | 20 In old versions of curl this option was documented to allow _only_ TLS 1.0.
|
H A D | tlsv1.1.md | 21 In old versions of curl this option was documented to allow _only_ TLS 1.1.
|
H A D | tlsv1.2.md | 21 In old versions of curl this option was documented to allow _only_ TLS 1.2.
|
H A D | rate.md | 22 Specify the maximum transfer frequency you allow curl to use - in number of 35 If curl is told to allow 10 requests per minute, it does not start the next
|
H A D | expect100-timeout.md | 19 Maximum time in seconds that you allow curl to wait for a 100-continue
|
H A D | connect-timeout.md | 19 Maximum time in seconds that you allow curl's connection to take. This only
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MAIL_RCPT_ALLOWFAILS.md | 17 CURLOPT_MAIL_RCPT_ALLOWFAILS - allow RCPT TO command to fail for some recipients 25 long allow); 30 If *allow* is set to 1L, allow RCPT TO command to fail for some recipients. 36 The default behavior can be changed by setting *allow* to 1L which makes
|
H A D | CURLOPT_HTTP09_ALLOWED.md | 17 CURLOPT_HTTP09_ALLOWED - allow HTTP/0.9 response 29 Pass the long argument *allowed* set to 1L to allow HTTP/0.9 responses. 60 Since 7.66.0, libcurl requires this option set to 1L to allow HTTP/0.9
|
H A D | CURLOPT_MAXLIFETIME_CONN.md | 33 seconds, since the creation of the connection, that you allow an existing 60 /* only allow each connection to be reused for 30 seconds */
|
H A D | CURLOPT_PROXYAUTH.md | 36 allow it to use. For some methods, this induces an extra network round-trip. 60 /* allow whatever auth the proxy speaks */
|
H A D | CURLOPT_TIMEOUT_MS.md | 32 milliseconds that you allow the libcurl transfer operation to take.
|
H A D | CURLOPT_SSH_KEYFUNCTION.md | 64 It gets called when the known_host matching has been done, to allow the 80 the file with a new copy, so the permissions of the file must allow 89 so the permissions of the file must allow this.
|
/curl/tests/data/ |
H A D | test421 | 18 access-control-allow-origin: * 21 access-control-allow-methods: GET, POST, PUT, DELETE, OPTIONS 23 access-control-allow-headers: Authorization, Content-Type, AuthorizationOauth, X-EARLY-ACCESS 69 "access-control-allow-origin":["*"], 71 "access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"], 73 "access-control-allow-headers":["Authorization, Content-Type, AuthorizationOauth, X-EARLY-ACCESS"],
|
H A D | test2300 | 19 # allow upgrade
|
H A D | test1245 | 35 --proto deny must override --proto-redir allow
|
H A D | test148 | 11 REPLY CWD 550 I won't allow this on my server
|
H A D | test2301 | 21 # allow upgrade
|
H A D | test2307 | 21 # allow upgrade
|
H A D | test147 | 14 REPLY CWD 550 I won't allow this on my server
|
H A D | test2305 | 23 # allow upgrade
|
/curl/src/ |
H A D | tool_paramhlp.c | 403 enum e_action { allow, deny, set } action = allow; in proto2num() enumerator 415 action = allow; in proto2num() 429 case allow: in proto2num() 447 case allow: in proto2num()
|
Completed in 21 milliseconds
12345