Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 88) sorted by relevance

1234

/curl/docs/cmdline-opts/
H A Ddns-ipv4-addr.md6 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 Ddns-ipv6-addr.md6 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 Ddns-interface.md6 Help: Interface to use for DNS requests
21 Send outgoing DNS requests through the given interface. This option is a
H A Dpost303.md20 Violate RFC 7231/6.4.4 and do not convert POST requests into GET requests when
H A Dhttp2-prior-knowledge.md22 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 Dpost301.md20 Respect RFC 7231/6.4.2 and do not convert POST requests into GET requests when
H A Dpost302.md20 Respect RFC 7231/6.4.3 and do not convert POST requests into GET requests when
H A Dnext.md24 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 Drequest.md29 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 Dproxy-header.md23 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 Dtftp-no-options.md18 Do not to send TFTP options requests. This improves interop with some legacy
/curl/docs/libcurl/opts/
H A DCURLMOPT_MAX_PIPELINE_LENGTH.md16 CURLMOPT_MAX_PIPELINE_LENGTH - maximum number of requests in a pipeline
32 outstanding requests in an HTTP/1.1 pipeline. This option is only used for
38 number of requests in-flight is CURLMOPT_MAX_HOST_CONNECTIONS(3) *
H A DCURLOPT_TFTP_NO_OPTIONS.md15 CURLOPT_TFTP_NO_OPTIONS - send no TFTP options requests
28 RFC 2348 and RFC 2349 from read and write requests.
57 /* do not send TFTP options requests */
H A DCURLOPT_HTTP_VERSION.md44 Enforce HTTP 1.0 requests.
48 Enforce HTTP 1.1 requests.
52 Attempt HTTP 2 requests. libcurl falls back to HTTP 1.1 if HTTP 2 cannot be
70 Issue non-TLS HTTP requests using HTTP/2 without HTTP/1.1 Upgrade. It requires
71 prior knowledge that the server supports HTTP/2 straight away. HTTPS requests
H A DCURLOPT_CUSTOMREQUEST.md49 Instead of GET or HEAD when performing HTTP based requests. This is
62 in many cases, it might cause libcurl to send invalid requests and it could
74 Instead of LIST when issuing IMAP based requests.
78 Instead of LIST and RETR when issuing POP3 based requests.
89 Instead of a **HELP** or **VRFY** when issuing SMTP based requests.
H A DCURLINFO_REQUEST_SIZE.md31 requests. This is so far only for HTTP requests. Note that this may be more
/curl/.github/workflows/
H A Dlabel.yml5 # This workflow will triage pull requests and apply a label based on the
21 pull-requests: write
H A Dbadwords.yml8 # Trigger the workflow on push or pull requests, but only for the
/curl/tests/data/
H A Dtest163322 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 Dtest163414 HTTP/1.1 429 too many requests swsbounce
29 HTTP/1.1 429 too many requests swsbounce
H A Dtest215 multiple HTTP requests
H A Dtest210047 # 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 Dtest124227 TFTP retrieve without TFTP options requests
/curl/lib/
H A Dheaders.c82 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()
/curl/tests/http/
H A Dscorecard.py310 def requests(self, proto: str, req_count) -> Dict[str, Any]: member in ScoreCard
350 requests: bool = True):
392 if requests:
393 score['requests'] = self.requests(proto=proto, req_count=req_count)
581 requests = True
582 if args.downloads or args.requests or args.handshakes:
586 requests = args.requests
627 requests=requests)

Completed in 30 milliseconds

1234