Home
last modified time | relevance | path

Searched refs:connect_header (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/websocket/
H A D_http.py263 connect_header = "CONNECT %s:%d HTTP/1.1\r\n" % (host, port)
264 connect_header += "Host: %s:%d\r\n" % (host, port)
272 connect_header += "Proxy-Authorization: Basic %s\r\n" % encoded_str
273 connect_header += "\r\n"
274 dump("request header", connect_header)
276 send(sock, connect_header)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/websocket/
H A D_http.py277 connect_header = "CONNECT %s:%d HTTP/1.1\r\n" % (host, port)
278 connect_header += "Host: %s:%d\r\n" % (host, port)
286 connect_header += "Proxy-Authorization: Basic %s\r\n" % encoded_str
287 connect_header += "\r\n"
288 dump("request header", connect_header)
290 send(sock, connect_header)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/websocket-client/websocket/
H A D_http.py192 connect_header = "CONNECT %s:%d HTTP/1.0\r\n" % (host, port)
199 connect_header += "Proxy-Authorization: Basic %s\r\n" % encoded_str
200 connect_header += "\r\n"
201 dump("request header", connect_header)
203 send(sock, connect_header)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/websocket/
H A D_http.py273 connect_header = "CONNECT %s:%d HTTP/1.0\r\n" % (host, port)
280 connect_header += "Proxy-Authorization: Basic %s\r\n" % encoded_str
281 connect_header += "\r\n"
282 dump("request header", connect_header)
284 send(sock, connect_header)
/dports/www/py-websocket-client/websocket_client-0.58.0/websocket/
H A D_http.py276 connect_header = "CONNECT %s:%d HTTP/1.0\r\n" % (host, port)
283 connect_header += "Proxy-Authorization: Basic %s\r\n" % encoded_str
284 connect_header += "\r\n"
285 dump("request header", connect_header)
287 send(sock, connect_header)
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-tree.c383 connect_header (ETree *tree, in connect_header() function
1394 connect_header (tree, state); in e_tree_set_state_object()
1617 connect_header (tree, state); in et_real_construct()
H A De-table.c327 connect_header (ETable *e_table, in connect_header() function
1608 connect_header (e_table, state); in e_table_set_state_object()
1828 connect_header (e_table, state); in et_real_construct()