Searched refs:requests (Results 1 – 25 of 89) sorted by relevance
1234
/curl/docs/cmdline-opts/ |
H A D | dns-ipv4-addr.md | 6 Help: IPv4 address to use for DNS requests 21 Bind to a specific IP address when making IPv4 DNS requests, so that the DNS 22 requests originate from this address. The argument should be a single IPv4
|
H A D | dns-ipv6-addr.md | 6 Help: IPv6 address to use for DNS requests 21 Bind to a specific IP address when making IPv6 DNS requests, so that the DNS 22 requests originate from this address. The argument should be a single IPv6
|
H A D | dns-interface.md | 6 Help: Interface to use for DNS requests 21 Send outgoing DNS requests through the given interface. This option is a
|
H A D | post303.md | 20 Violate RFC 7231/6.4.4 and do not convert POST requests into GET requests when
|
H A D | post301.md | 20 Respect RFC 7231/6.4.2 and do not convert POST requests into GET requests when
|
H A D | post302.md | 20 Respect RFC 7231/6.4.3 and do not convert POST requests into GET requests when
|
H A D | http2-prior-knowledge.md | 22 Issue a non-TLS HTTP requests using HTTP/2 directly without HTTP/1.1 Upgrade. 24 HTTPS requests still do HTTP/2 the standard way with negotiated protocol
|
H A D | next.md | 24 allows you to send several URL requests, each with their own specific options, 25 for example, such as different usernames or custom requests for each.
|
H A D | request.md | 29 and explanations. Common additional HTTP requests include *PUT* and *DELETE*, 34 *PUT* requests are rather invoked by using dedicated command line options. 40 The method string you set with --request is used for all requests, which
|
H A D | proxy-header.md | 23 but is for proxy communication only like in CONNECT requests when you want a 31 Headers specified with this option are not included in requests that curl
|
H A D | tftp-no-options.md | 18 Do not to send TFTP options requests. This improves interop with some legacy
|
H A D | tls-earlydata.md | 20 This has security implications for the requests sent that way. 37 cannot deduce what the security implications of your requests actually
|
/curl/docs/libcurl/opts/ |
H A D | CURLMOPT_MAX_PIPELINE_LENGTH.md | 17 CURLMOPT_MAX_PIPELINE_LENGTH - maximum number of requests in a pipeline 33 outstanding requests in an HTTP/1.1 pipeline. This option is only used for 39 number of requests in-flight is CURLMOPT_MAX_HOST_CONNECTIONS(3) *
|
H A D | CURLOPT_TFTP_NO_OPTIONS.md | 16 CURLOPT_TFTP_NO_OPTIONS - send no TFTP options requests 29 RFC 2348 and RFC 2349 from read and write requests. 60 /* do not send TFTP options requests */
|
H A D | CURLOPT_HTTP_VERSION.md | 45 Enforce HTTP 1.0 requests. 49 Enforce HTTP 1.1 requests. 53 Attempt HTTP 2 requests. libcurl falls back to HTTP 1.1 if HTTP 2 cannot be 71 Issue non-TLS HTTP requests using HTTP/2 without HTTP/1.1 Upgrade. It requires 72 prior knowledge that the server supports HTTP/2 straight away. HTTPS requests
|
H A D | CURLOPT_CUSTOMREQUEST.md | 54 Instead of GET or HEAD when performing HTTP based requests. This is 67 in many cases, it might cause libcurl to send invalid requests and it could 79 Instead of LIST when issuing IMAP based requests. 83 Instead of LIST and RETR when issuing POP3 based requests. 94 Instead of a **HELP** or **VRFY** when issuing SMTP based requests.
|
H A D | CURLINFO_REQUEST_SIZE.md | 32 requests. This is so far only for HTTP requests. Note that this may be more
|
H A D | CURLOPT_FTP_CREATE_MISSING_DIRS.md | 40 For FTP requests, that means a CWD command fails. CWD being the command that 43 For SFTP requests, libcurl may create the remote directory if it cannot obtain
|
/curl/.github/workflows/ |
H A D | label.yml | 5 # This workflow will triage pull requests and apply a label based on the 21 pull-requests: write
|
/curl/tests/data/ |
H A D | test1633 | 22 HTTP/1.1 429 too many requests 36 HTTP/1.1 429 too many requests 47 HTTP/1.1 429 too many requests
|
H A D | test1634 | 14 HTTP/1.1 429 too many requests swsbounce 29 HTTP/1.1 429 too many requests swsbounce
|
H A D | test21 | 5 multiple HTTP requests
|
H A D | test2100 | 47 # requires IPv6 so that we can assume and compare both DoH requests 66 # To make the test ignore the order of the two outgoing DoH requests, strip
|
H A D | test1242 | 27 TFTP retrieve without TFTP options requests
|
/curl/lib/ |
H A D | headers.c | 82 if(request > data->state.requests) in curl_easy_header() 85 request = data->state.requests; in curl_easy_header() 140 if(request > data->state.requests) in curl_easy_nextheader() 143 request = data->state.requests; in curl_easy_nextheader() 327 hs->request = data->state.requests; in Curl_headers_push()
|
Completed in 22 milliseconds
1234