Home
last modified time | relevance | path

Searched refs:responses (Results 1 – 25 of 30) 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]}'
H A Dtest_01_basic.py117 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 DCURLOPT_HTTP09_ALLOWED.md29 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 DCURLOPT_ACCEPT_ENCODING.md85 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 DCURLOPT_ACCEPTTIMEOUT_MS.md48 /* wait no more than 5 seconds for FTP server responses */
H A DCURLOPT_HEADERFUNCTION.md70 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 DCURLINFO_RESPONSE_CODE.md65 responses added in 7.25.0, for OpenLDAP in 7.81.0.
H A DCURLOPT_HTTP200ALIASES.md31 responses. Some servers respond with a custom header response line. For
H A DCURLOPT_SSL_VERIFYPEER.md67 When libcurl uses secure protocols it trusts responses and allows for example
H A DCURLOPT_FOLLOWLOCATION.md48 responses libcurl switches method from POST to GET unless CURLOPT_POSTREDIR(3)
H A DCURLOPT_SSL_VERIFYHOST.md60 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 Dtest202613 <!-- Alternate the order that Basic and Digest headers appear in responses to
H A Dtest202514 <!-- Alternate the order that Basic and NTLM headers appear in responses to
H A Dtest203014 <!-- Alternate the order that Digest and NTLM headers appear in responses to
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.md439 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 Dlibssh2.c183 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 52 milliseconds

12