Home
last modified time | relevance | path

Searched refs:CONNECT (Results 1 – 25 of 111) sorted by last modified time

12345

/curl/docs/
H A DTODO73 5.1 Provide the error body from a CONNECT response
595 5.1 Provide the error body from a CONNECT response
597 When curl receives a body response from a CONNECT request to a proxy, it will
/curl/lib/
H A Dcf-h1-proxy.c68 struct HTTP CONNECT; member
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md234 Suppress proxy CONNECT response headers from user callbacks. See
H A Dlibcurl-tutorial.md896 is made with the HTTP request CONNECT. ("please dear proxy, connect me to that
H A Dcurl_easy_getinfo.md58 Last proxy CONNECT response code. See CURLINFO_HTTP_CONNECTCODE(3)
401 |--|--|--CONNECT
H A Dcurl_easy_header.md127 The header arrived in a CONNECT response. A CONNECT request is being done to
/curl/tests/data/
H A Dtest5036 HTTP CONNECT
74 CONNECT machine.%TESTNUMBER:%HTTPPORT HTTP/1.1
H A Dtest806 HTTP CONNECT
53 HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication
67 CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.0
H A Dtest946 HTTP CONNECT
35 HTTPS GET with failed proxy auth (CONNECT 1.0)
49 CONNECT test.anything.really.com:%TESTNUMBER HTTP/1.0
H A Dtest94849 # The multi interface considers a broken "CONNECT" as a prematurely broken
H A Dtest94949 # The multi interface considers a broken "CONNECT" as a prematurely broken
H A Dtest95447 # The multi interface considers a broken "CONNECT" as a prematurely broken
/curl/docs/cmdline-opts/
H A Dwrite-out.md100 curl CONNECT request. (Added in 7.12.4)
H A Dproxytunnel.md6 Help: HTTP proxy tunnel (using CONNECT)
19 through the proxy. The tunnel approach is made with the HTTP proxy CONNECT
23 To suppress proxy CONNECT response headers when curl is set to output headers
H A Dproxy1.0.md24 attempts to use CONNECT through the proxy specifies an HTTP 1.0 protocol
H A Dsuppress-connect-headers.md5 Help: Suppress proxy CONNECT response headers
19 When --proxytunnel is used and a CONNECT request is made do not output proxy
20 CONNECT response headers. This option is meant to be used with --dump-header or
H A Dproxy-header.md23 but is for proxy communication only like in CONNECT requests when you want a
/curl/docs/libcurl/opts/
H A DCURLOPT_SUPPRESS_CONNECT_HEADERS.md17 CURLOPT_SUPPRESS_CONNECT_HEADERS - suppress proxy CONNECT response headers
29 When CURLOPT_HTTPPROXYTUNNEL(3) is used and a CONNECT request is made,
30 suppress proxy CONNECT response headers from the user callback functions
33 Proxy CONNECT response headers can complicate header processing since it is
37 For example let's assume an HTTPS URL is to be retrieved via CONNECT. On
56 However by enabling this option the CONNECT response headers are suppressed,
H A DCURLOPT_PROXYTYPE.md47 any CONNECT tunneling. It does not change the HTTP version of the actual HTTP
H A DCURLOPT_HEADEROPT.md38 CURLOPT_PROXYHEADER(3) to get used. Note that if a non-CONNECT request
40 doing CONNECT, libcurl sends CURLOPT_PROXYHEADER(3) headers only to the
62 /* HTTPS over a proxy makes a separate CONNECT to the proxy, so tell
H A DCURLOPT_HTTPPROXYTUNNEL.md33 Tunneling means that an HTTP CONNECT request is sent to the proxy, asking it
36 it allows CONNECT requests to and often only port 80 and 443 are allowed.
38 To suppress proxy CONNECT response headers from user callbacks use
H A DCURLOPT_HTTPHEADER.md79 that are sent with CONNECT to a proxy: CURLOPT_PROXYHEADER(3). Use
127 CONNECT request, you should to consider if that proxy is supposed to also get
H A DCURLOPT_CONNECT_TO.md38 HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT where HOST is the host of the
39 request, PORT is the port of the request, CONNECT-TO-HOST is the hostname to
40 connect to, and CONNECT-TO-PORT is the port to connect to.
44 Dotted numerical IP addresses are supported for HOST and CONNECT-TO-HOST.
49 CONNECT-TO-HOST or CONNECT-TO-PORT is empty, the "connect to" feature is
H A DCURLINFO_RESPONSE_CODE.md37 Note that a proxy's CONNECT response should be read with
H A DCURLINFO_HTTP_CONNECTCODE.md17 CURLINFO_HTTP_CONNECTCODE - get the CONNECT response code
30 to a CONNECT request. The returned value is zero if no such response code was
43 /* typically CONNECT is used to do HTTPS over HTTP proxies */
50 printf("The CONNECT response code: %03ld\n", code);

Completed in 84 milliseconds

12345