Home
last modified time | relevance | path

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

1...<<11

/curl/tests/data/
H A Dtest100895 HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response
H A Dtest26589 HTTP proxy CONNECT auth NTLM and then POST, response-body in the 407
H A Dtest55189 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", uri="/path/%TESTNUMBER", response="3325240726fbdaf1…
H A Dtest15495 …", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%TESTNUMBER", response="b71551e12d1c456e…
H A Dtest103095 …", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%TESTNUMBER", response="01cb59db1ddaac24…
H A Dtest1071101 …", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%TESTNUMBER", response="df4cef6b52a30e65…
H A Dtest169112 …ername="digest", realm="r e a l m", nonce="abcdef", uri="/%TESTNUMBER", response="95d48591985a03c4…
H A DDISABLED86 # response body seem not to be handled by hyper
H A Dtest2028262 …rname="testuser", realm="testrealm", nonce="1", uri="/%TESTNUMBER0100", response="53c80666f5e3a4a5…
281 …rname="testuser", realm="testrealm", nonce="4", uri="/%TESTNUMBER0300", response="1aa5d90da9803ca1…
H A Dtest444116 Many Set-Cookie response headers
H A Dtest1061897 …eirdorealm", nonce="12345", uri="test.remote.haxx.se.%TESTNUMBER:8990", response="4e23449fa9322483…
H A Dtest1060892 …eirdorealm", nonce="12345", uri="test.remote.haxx.se.%TESTNUMBER:8990", response="e1fbed39c26f4efe…
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTP_VERSION.md112 /* an HTTP response error problem */
H A DCURLOPT_CUSTOMREQUEST.md98 Normally a multi line response is returned which can be used, in conjunction
H A DCURLOPT_HTTPAUTH.md80 Microsoft. It uses a challenge-response and hash concept similar to Digest, to
/curl/docs/libcurl/
H A Dcurl_ws_meta.md99 This as an incoming ping message, that expects a pong response.
H A Dcurl_easy_setopt.md362 Ignore the IP address in the PASV response. See CURLOPT_FTP_SKIP_PASV_IP(3)
968 Enable SASL initial response. See CURLOPT_SASL_IR(3)
1162 Suppress proxy CONNECT response headers from user callbacks. See
H A Dlibcurl-errors.md107 libcurl failed to get a sensible result back from the server as a response to
112 FTP servers return a 227-line as a response to a PASV command. If libcurl
H A Dlibcurl-security.md171 A malicious FTP server could in response to the PASV command return an IP
H A Dlibcurl-tutorial.md970 response round-trips are skipped, and also you do not risk getting blocked
/curl/docs/
H A DKNOWN_BUGS26 3.1 IMAP SEARCH ALL truncated response
114 19.1 Some methods do not support response bodies
162 3.1 IMAP SEARCH ALL truncated response
166 it deems the server response to be too large truncating it to 40 characters"
626 19.1 Some methods do not support response bodies
H A DFAQ50 3.18 Can I use curl to send a POST/PUT and not wait for a response?
93 5.10 How do I prevent libcurl from writing the response to stdout?
94 5.11 How do I make libcurl not receive the whole HTTP response?
708 3.18 Can I use curl to send a POST/PUT and not wait for a response?
861 identified by the Request-URI. The response MUST include an Allow header
1105 The specific HTTP response code does not constitute a problem or error for
1107 everything is fine and dandy. The response code is generally providing more
1117 the exact response code that was returned in the response.
1282 5.10 How do I prevent libcurl from writing the response to stdout?
1288 5.11 How do I make libcurl not receive the whole HTTP response?
H A DTODO72 5.1 Provide the error body from a CONNECT response
153 18.7 specify which response codes that make -f/--fail return error
580 and the response is then sent over the control connection instead of as the
598 5.1 Provide the error body from a CONNECT response
600 When curl receives a body response from a CONNECT request to a proxy, it
1060 18.7 specify which response codes that make -f/--fail return error
1182 might get an HTTP 429 response from the redirected-to URL and not the
/curl/src/
H A Dtool_operate.c554 long response = 0; in post_per_transfer() local
579 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response); in post_per_transfer()
581 switch(response) { in post_per_transfer()
606 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response); in post_per_transfer()
610 if((scheme == proto_ftp || scheme == proto_ftps) && response / 100 == 4) in post_per_transfer()
/curl/lib/
H A Dftp.c542 bool response = FALSE; in ReceivedServerConnect() local
564 response = TRUE; in ReceivedServerConnect()
582 response = TRUE; in ReceivedServerConnect()
585 if(response) { in ReceivedServerConnect()
3489 pp->response = Curl_now(); /* timeout relative now */ in ftp_done()
3614 pp->response = Curl_now(); /* timeout relative now */ in ftp_sendquote()

Completed in 64 milliseconds

1...<<11