Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 109) sorted by relevance

12345

/curl/docs/cmdline-opts/
H A Dproxy-ssl-allow-beast.md4 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 Dssl-allow-beast.md4 Long: ssl-allow-beast
11 - proxy-ssl-allow-beast
14 - --ssl-allow-beast $URL
17 # `--ssl-allow-beast`
H A Ddelegation.md23 Do not allow any delegation.
30 Unconditionally allow the server to delegate.
H A Dproto-redir.md18 Limit what protocols to allow on redirects. Protocols denied by --proto are
21 Example, allow only HTTP and HTTPS on redirect:
H A Dtlsv1.0.md20 In old versions of curl this option was documented to allow _only_ TLS 1.0.
H A Dtlsv1.1.md21 In old versions of curl this option was documented to allow _only_ TLS 1.1.
H A Dtlsv1.2.md21 In old versions of curl this option was documented to allow _only_ TLS 1.2.
H A Drate.md22 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 Dexpect100-timeout.md19 Maximum time in seconds that you allow curl to wait for a 100-continue
H A Dconnect-timeout.md19 Maximum time in seconds that you allow curl's connection to take. This only
/curl/docs/libcurl/opts/
H A DCURLOPT_MAIL_RCPT_ALLOWFAILS.md17 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 DCURLOPT_HTTP09_ALLOWED.md17 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 DCURLOPT_MAXLIFETIME_CONN.md33 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 DCURLOPT_PROXYAUTH.md36 allow it to use. For some methods, this induces an extra network round-trip.
60 /* allow whatever auth the proxy speaks */
H A DCURLOPT_TIMEOUT_MS.md32 milliseconds that you allow the libcurl transfer operation to take.
H A DCURLOPT_SSH_KEYFUNCTION.md64 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 Dtest42118 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 Dtest230019 # allow upgrade
H A Dtest124535 --proto deny must override --proto-redir allow
H A Dtest14811 REPLY CWD 550 I won't allow this on my server
H A Dtest230121 # allow upgrade
H A Dtest230721 # allow upgrade
H A Dtest14714 REPLY CWD 550 I won't allow this on my server
H A Dtest230523 # allow upgrade
/curl/src/
H A Dtool_paramhlp.c403 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