Searched refs:responses (Results 1 – 25 of 30) sorted by relevance
12
/curl/tests/http/ |
H A D | test_09_push.py | 70 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]}'
|
H A D | test_01_basic.py | 117 assert r.responses[0]['header']['content-length'] == '30', f'{r.responses[0]}' 126 assert len(r.responses) == 2, f'{r.responses}' 127 assert r.responses[0]['status'] == 101, f'{r.responses[0]}' 128 assert r.responses[1]['status'] == 200, f'{r.responses[1]}' 129 assert r.responses[1]['protocol'] == 'HTTP/2', f'{r.responses[1]}' 138 assert len(r.responses) == 1, f'{r.responses}'
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HTTP09_ALLOWED.md | 29 Pass the long argument *allowed* set to 1L to allow HTTP/0.9 responses. 58 curl allowed HTTP/0.9 responses by default before 7.66.0 61 responses.
|
H A D | CURLOPT_ACCEPT_ENCODING.md | 85 decompress gzip and deflate responses, with the brotli library to 86 decompress brotli responses and with the zstd library to decompress zstd 87 responses.
|
H A D | CURLOPT_ACCEPTTIMEOUT_MS.md | 48 /* wait no more than 5 seconds for FTP server responses */
|
H A D | CURLOPT_HEADERFUNCTION.md | 70 responses received after initiating a request and not just the final 71 response. This includes all responses which occur during authentication 88 with the server responses to the commands that libcurl sends.
|
H A D | CURLINFO_RESPONSE_CODE.md | 65 responses added in 7.25.0, for OpenLDAP in 7.81.0.
|
H A D | CURLOPT_HTTP200ALIASES.md | 31 responses. Some servers respond with a custom header response line. For
|
H A D | CURLOPT_FOLLOWLOCATION.md | 48 responses libcurl switches method from POST to GET unless CURLOPT_POSTREDIR(3)
|
H A D | CURLOPT_SSL_VERIFYPEER.md | 67 When libcurl uses secure protocols it trusts responses and allows for example
|
H A D | CURLOPT_SSL_VERIFYHOST.md | 60 When libcurl uses secure protocols it trusts responses and allows for example
|
/curl/docs/cmdline-opts/ |
H A D | http0.9.md | 7 Help: Allow HTTP 0.9 responses
|
H A D | insecure.md | 38 When curl uses secure protocols it trusts responses and allows for example
|
/curl/tests/data/ |
H A D | test281 | 28 HTTP PUT from file with 100 + 401 responses and -f without auth given
|
H A D | test87 | 49 # will write both responses into the same file name so only the second
|
H A D | test1287 | 58 HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses
|
H A D | test2024 | 13 <!-- Alternate the order that Basic and Digest headers appear in responses to
|
H A D | test2026 | 13 <!-- Alternate the order that Basic and Digest headers appear in responses to
|
H A D | test2029 | 14 <!-- Alternate the order that Basic and NTLM headers appear in responses to
|
H A D | test2025 | 14 <!-- Alternate the order that Basic and NTLM headers appear in responses to
|
H A D | test2030 | 14 <!-- Alternate the order that Digest and NTLM headers appear in responses to
|
H A D | test2028 | 14 <!-- Alternate the order that Digest and NTLM headers appear in responses to
|
/curl/tests/http/testenv/ |
H A D | curl.py | 278 def responses(self) -> List[Dict]: member in ExecResult 348 assert len(self.responses) == count, \ 360 for idx, x in enumerate(self.responses): 379 for idx, x in enumerate(self.responses):
|
/curl/docs/libcurl/ |
H A D | curl_easy_setopt.md | 439 Allow HTTP/0.9 responses. CURLOPT_HTTP09_ALLOWED(3) 980 Timeout for server responses. See CURLOPT_SERVER_RESPONSE_TIMEOUT(3) 984 Timeout for server responses. See CURLOPT_SERVER_RESPONSE_TIMEOUT_MS(3)
|
/curl/lib/vssh/ |
H A D | libssh2.c | 183 LIBSSH2_USERAUTH_KBDINT_RESPONSE *responses, in kbd_callback() argument 202 responses[0].text = strdup(conn->passwd); in kbd_callback() 203 responses[0].length = in kbd_callback() 204 responses[0].text == NULL ? 0 : curlx_uztoui(strlen(conn->passwd)); in kbd_callback()
|
Completed in 47 milliseconds
12