Home
last modified time | relevance | path

Searched refs:response (Results 51 – 75 of 275) sorted by relevance

1234567891011

/curl/tests/data/
H A Dtest203022 first 401 response (as the data400 gives). libcurl will instead consider the
23 new response just as a duplicate and it sends another and detects the auth
24 problem on the second 401 response!
257 …rname="testuser", realm="testrealm", nonce="2", uri="/%TESTNUMBER0200", response="2f2d784ba53a0a30…
272 …rname="testuser", realm="testrealm", nonce="5", uri="/%TESTNUMBER0400", response="d6262e9147db08c6…
277 …rname="testuser", realm="testrealm", nonce="5", uri="/%TESTNUMBER0400", response="d6262e9147db08c6…
282 …rname="testuser", realm="testrealm", nonce="7", uri="/%TESTNUMBER0500", response="198757e61163a779…
H A Dtest107949 HTTP retry after closed connection and empty response
69 …="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER", response="e340c7cdca095046…
H A Dtest16883 …username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="fb8608e00ad9239a…
90 …username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="fb8608e00ad9239a…
91 …name="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", response="ca87f2d768a231e2…
H A Dtest33585 …username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="f61609cd8f5bb205…
92 …username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="f61609cd8f5bb205…
93 …name="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", response="08a2e2e684047f42…
H A Dtest15346 # This is the second request, and this sends back a response saying that
101 …stuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER0001", response="f4f83139396995ba…
112 …stuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER0002", response="f84511b014fdd0ba…
118 …, uri="/%TESTNUMBER0002", cnonce="MTA4MzIy", nc="00000001", qop="auth", response="25291c357671604a…
H A Dtest38846 # This is the second request, and this sends back a response saying that
101 …stuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER0001", response="ea598bbfdb5c54b7…
112 …stuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER0002", response="921a8e6db782d635…
118 …, uri="/%TESTNUMBER0002", cnonce="MTA4MzIy", nc="00000001", qop="auth", response="25291c357671604a…
H A Dtest19521 FTP response 530 after PASS, temporarily not allowed access
H A Dtest128787 * Ignoring Content-Length in CONNECT 200 response
88 * Ignoring Transfer-Encoding in CONNECT 200 response
H A Dtest24667 HTTP POST --digest with server doing a 100 before 401 response
86 …ame="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="761e6fc9a760c39d…
H A Dtest28225 HTTP GET with no response body or headers
H A Dtest146627 HTTP GET with 3-digit response and only digits in reason
H A Dtest89127 POP3 with short authentication response
H A Dtest117226 HTTP/0.9 GET response denied
H A Dtest117426 HTTP/0.9 GET response denied by default
H A Dtest128225 FTP with 633 response before gss initialized
H A Dtest141228 # The second URL will get this response
111 …", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%TESTNUMBER", response="0390dbe89e31adca…
122 …ealm="gimme all yer s3cr3ts", nonce="11223344", uri="/%TESTNUMBER0001", response="0085df91870374c8…
H A Dtest70317 response 1
H A Dtest6625 HTTP GET without headers in the response
H A Dtest23821 FTP getting bad port in response to EPSV
H A Dtest126630 HTTP GET with a single-byte HTTP/0.9 response
/curl/docs/cmdline-opts/
H A Dtr-encoding.md18 Request a compressed Transfer-Encoding response using one of the algorithms
H A Dproxy-anyauth.md20 the given HTTP proxy. This might cause an extra request/response round-trip.
/curl/docs/libcurl/opts/
H A DCURLOPT_ACCEPT_ENCODING.md33 enables decoding of a response when a Content-Encoding: header is received.
44 want in the response. The following encodings are supported: *identity*,
46 response using the zlib algorithm, *gzip* which requests the gzip algorithm,
67 The Content-Length: servers send for a compressed response is supposed to
/curl/src/
H A Dtool_cb_hdr.c116 long response = 0; in tool_header_cb() local
117 curl_easy_getinfo(per->curl, CURLINFO_RESPONSE_CODE, &response); in tool_header_cb()
119 if((response/100 != 2) && (response/100 != 3)) in tool_header_cb()
/curl/lib/
H A Dpingpong.c66 Curl_timediff(Curl_now(), pp->response); /* spent time */ in Curl_pp_state_timeout()
146 pp->response = Curl_now(); /* start response time-out now! */ in Curl_pp_init()
226 pp->response = Curl_now(); in Curl_pp_vsendf()
437 pp->response = Curl_now(); in Curl_pp_flushsend()

Completed in 29 milliseconds

1234567891011