신나는 개발...
Connect method 본문
https://en.m.wikipedia.org/wiki/HTTP_tunnel
HTTP tunnel - Wikipedia
The most common form of HTTP tunneling is the standardized HTTP CONNECT method.[1][2] In this mechanism, the client asks an HTTP proxy server to forward the TCP connection to the desired destination. The server then proceeds to make the connection on behal
en.m.wikipedia.org
the client asks an HTTP proxy server to forward the TCP connection to the desired destination.
클라이언트는 http 프록시 서버에게 TCP connection을 원하는 대상에게 연결하도록 요청합니다.
The server then proceeds to make the connection on behalf of the client.
그러면 서버는 클라이언트를 대신해서 연결을 만듭니다.
Once the connection has been established by the server, the proxy server continues to proxy the TCP stream to and from the client. Only the initial connection request is HTTP - after that, the server simply proxies the established TCP connection.
서버에의해 연결이 맺어지면 프록시 서버는 클라이언트로부터의 TCP 스트림을 계속하서 프록시(대신 처리)합니다.
오직 초기의 연결 요청만 HTTP이고 그 이후에 서버는 간단하게 만들어진 TCP 연결을 프록시(대신 처리)합니다.
처음만 http라는게 말이 되나;;
내가 번역을 잘못한듯