Home
last modified time | relevance | path

Searched refs:responses (Results 1 – 25 of 31) sorted by relevance

12

/curl/tests/http/
H A Dtest_09_push.py70 assert len(r.responses) == 2, f'{r.responses}'
71 assert r.responses[0]['status'] == 103, f'{r.responses}'
72 assert 'link' in r.responses[0]['header'], f'{r.responses[0]}'
73 assert r.responses[0]['header']['link'] == '</push/data2>; rel=preload', f'{r.responses[0]}'
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTP09_ALLOWED.md28 Pass the long argument *allowed* set to 1L to allow HTTP/0.9 responses.
36 curl allowed HTTP/0.9 responses by default before 7.66.0
39 responses.
H A DCURLOPT_ACCEPT_ENCODING.md101 decompress gzip and deflate responses, with the brotli library to
102 decompress brotli responses and with the zstd library to decompress zstd
103 responses.
H A DCURLOPT_ACCEPTTIMEOUT_MS.md45 /* wait no more than 5 seconds for FTP server responses */
H A DCURLOPT_HEADERFUNCTION.md69 responses received after initiating a request and not just the final
70 response. This includes all responses which occur during authentication
87 with the server responses to the commands that libcurl sends.
H A DCURLINFO_RESPONSE_CODE.md62 Support for SMTP responses added in 7.25.0, for OpenLDAP in 7.81.0.
H A DCURLOPT_HTTP200ALIASES.md30 responses. Some servers respond with a custom header response line. For
H A DCURLOPT_FOLLOWLOCATION.md46 responses libcurl switches method from POST to GET unless
H A DCURLOPT_SSL_VERIFYPEER.md66 When libcurl uses secure protocols it trusts responses and allows for example
H A DCURLOPT_SSL_VERIFYHOST.md72 When libcurl uses secure protocols it trusts responses and allows for example
/curl/docs/cmdline-opts/
H A Dhttp0.9.md7 Help: Allow HTTP 0.9 responses
H A Dinsecure.md38 When curl uses secure protocols it trusts responses and allows for example
/curl/tests/data/
H A Dtest28128 HTTP PUT from file with 100 + 401 responses and -f without auth given
H A Dtest8749 # will write both responses into the same file name so only the second
H A Dtest128758 HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses
H A Dtest202413 <!-- Alternate the order that Basic and Digest headers appear in responses to
H A Dtest202914 <!-- Alternate the order that Basic and NTLM headers appear in responses to
H A Dtest202514 <!-- Alternate the order that Basic and NTLM headers appear in responses to
H A Dtest202613 <!-- Alternate the order that Basic and Digest headers appear in responses to
H A Dtest203014 <!-- Alternate the order that Digest and NTLM headers appear in responses to
H A Dtest108617 # Overload some standard FTP responses to make them shorter and faster
H A Dtest111217 # Overload some standard FTP responses to make them shorter and faster
H A Dtest202814 <!-- Alternate the order that Digest and NTLM headers appear in responses to
/curl/tests/http/testenv/
H A Dcurl.py282 def responses(self) -> List[Dict]: member in ExecResult
352 assert len(self.responses) == count, \
364 for idx, x in enumerate(self.responses):
383 for idx, x in enumerate(self.responses):
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md667 Allow HTTP/0.9 responses. CURLOPT_HTTP09_ALLOWED(3)
781 Timeout for server responses. See CURLOPT_SERVER_RESPONSE_TIMEOUT(3)
785 Timeout for server responses. See CURLOPT_SERVER_RESPONSE_TIMEOUT_MS(3)

Completed in 39 milliseconds

12