Home
last modified time | relevance | path

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

1234567891011

/curl/tests/data/
H A Dtest17837 HTTP response with negative Content-Length
H A Dtest84339 IMAP OAuth 2.0 (OAUTHBEARER) authentication with initial response
H A Dtest84633 IMAP PREAUTH response
H A Dtest92229 SMTP OAuth 2.0 (XOAUTH2) authentication with initial response
H A Dtest39839 Reject HTTP/1.1 response with colon-less header
H A Dtest116630 HTTP response with cookies but not receiving!
H A Dtest98030 SMTP STARTTLS pipelined server response
H A Dtest100294 …er", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER.upload1", response="198aa9b6acb4b0c7…
112 …er", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER.upload2", response="d711f0d2042786d9…
H A Dtest163448 --retry with a 429 response and Retry-After: and --fail
H A Dtest26243 Reject HTTP response with binary zero in header
H A Dtest17028 HTTP POST with --proxy-ntlm and no SSL with no response
H A Dtest89032 POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
H A Dtest94730 SMTP OAuth 2.0 (OAUTHBEARER) authentication with initial response
H A Dtest98327 FTP STARTTLS pipelined server response
H A Dtest10056 huge response
14 # a long set of response strings to CWD to make sure the ftp parser deals
17 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250 Finally, here is the response
27 FTP with excessively large number of server command response lines
H A Dtest10066 huge response
14 # A long set of response strings to CWD to make sure the ftp parser deals
18 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\r\n250 Finally, here is the response
28 FTP with excessively large number of server command response lines (boundary condition)
H A Dtest10626 huge response
15 # a long set of response strings to CWD to make sure the ftp parser deals
18 …AAAAAAA\r\n250-A Exactly fill curl's buffer\r\n250 Finally, here is the response, boundary conditi…
28 FTP with excessively long server command response lines, boundary condition
H A Dtest41864 curl: (61) Reject response due to more than 5 content encodings
H A Dtest84531 IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
H A Dtest115238 FTP with uneven quote in PWD response
H A Dtest53129 FTP PORT upload using multi interface and get 425 response
/curl/docs/cmdline-opts/
H A Dftp-skip-pasv-ip.md18 Do not use the IP address the server suggests in its response to curl's PASV
H A Dfail-with-body.md20 Return an error on server errors where the HTTP response code is 400 or
H A Detag-compare.md26 Use the option --etag-save to first save the ETag from a response, and then
/curl/tests/http/testenv/
H A Dcurl.py278 def response(self) -> Optional[Dict]: member in ExecResult
829 r.response["json"] = r.json
888 response = None
900 fin_response(response)
901 response = None
913 fin_response(response)
914 response = {
927 response['trailer'][m.group(1).lower()] = m.group(2)
932 response['header'][m.group(1).lower()] = m.group(2)
936 fin_response(response)

Completed in 35 milliseconds

1234567891011