Home
last modified time | relevance | path

Searched refs:localhost (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls/
DREADME.md13 [2018/03/20 13:23:13:0131] USER: LWS minimal http server TLS | visit https://localhost:7681
18 …13:23:13:0195] NOTICE: lws_tls_client_create_vhost_context: doing cert filepath localhost-100y.cert
19 [2018/03/20 13:23:13:0195] NOTICE: Loaded client cert localhost-100y.cert
21 [2018/03/20 13:23:13:0196] NOTICE: Loaded client cert private key localhost-100y.key
26 Visit https://localhost:7681
35 …eq -new -newkey rsa:4096 -days 36500 -nodes -x509 -keyout "localhost-100y.key" -out "localhost-100…
38 they cover "localhost" and last 100 years from 2018-03-20.
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
DREADME.md15 [2018/03/20 13:23:13:0131] USER: LWS minimal http server TLS | visit https://localhost:7681
20 …13:23:13:0195] NOTICE: lws_tls_client_create_vhost_context: doing cert filepath localhost-100y.cert
21 [2018/03/20 13:23:13:0195] NOTICE: Loaded client cert localhost-100y.cert
23 [2018/03/20 13:23:13:0196] NOTICE: Loaded client cert private key localhost-100y.key
28 Visit http://localhost
34 07:41:48.596918 IP localhost.http > localhost.52662: Flags [P.], seq 1:100, ack 416, win 350, optio…
54 …eq -new -newkey rsa:4096 -days 36500 -nodes -x509 -keyout "localhost-100y.key" -out "localhost-100…
57 they cover "localhost" and last 100 years from 2018-03-20.
/third_party/rust/crates/rustix/tests/net/
Dconnect_bind_send.rs10 let localhost = IpAddr::V4(Ipv4Addr::LOCALHOST); in net_v4_connect_any() localVariable
11 let addr = SocketAddr::new(localhost, 0); in net_v4_connect_any()
42 let localhost = IpAddr::V6(Ipv6Addr::LOCALHOST); in net_v6_connect_any() localVariable
43 let addr = SocketAddr::new(localhost, 0); in net_v6_connect_any()
81 let localhost = IpAddr::V4(Ipv4Addr::LOCALHOST); in net_v4_connect() localVariable
82 let addr = SocketAddr::new(localhost, 0); in net_v4_connect()
117 let localhost = IpAddr::V6(Ipv6Addr::LOCALHOST); in net_v6_connect() localVariable
118 let addr = SocketAddr::new(localhost, 0); in net_v6_connect()
160 let localhost = Ipv4Addr::LOCALHOST; in net_v4_bind_any() localVariable
161 let addr = SocketAddrV4::new(localhost, 0).into(); in net_v4_bind_any()
[all …]
/third_party/node/test/parallel/
Dtest-dns-setserver-when-querying.js8 const localhost = [ '127.0.0.1' ]; variable
17 assert.throws(resolver.setServers.bind(resolver, localhost), {
27 dns.setServers(localhost);
Dtest-dgram-address.js53 const localhost = '::1'; constant
58 assert.strictEqual(address.address, localhost);
71 socket.bind(0, localhost);
Dtest-tls-honorcipherorder.js18 const localhost = '127.0.0.1'; constant
35 server.listen(0, localhost, mustCall(function() {
46 const client = tls.connect(port, localhost, coptions, mustCall(function() {
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
DREADME.md30 [2018/12/01 10:31:09:7108] USER: LWS minimal http server deaddrop | visit https://localhost:7681
34 …10:31:10:2562] NOTICE: lws_tls_client_create_vhost_context: doing cert filepath localhost-100y.cert
35 [2018/12/01 10:31:10:2581] NOTICE: Loaded client cert localhost-100y.cert
37 [2018/12/01 10:31:10:2593] NOTICE: Loaded client cert private key localhost-100y.key
44 Visit https://localhost:7681, and follow the link there to the secret area.
/third_party/protobuf/php/tests/
Dmultirequest.sh11 …ter_request=1 -dextension=../ext/google/protobuf/modules/protobuf.so -S localhost:$PORT multireque…
15 wget http://localhost:$PORT/multirequest.result -O multirequest.result
16 wget http://localhost:$PORT/multirequest.result -O multirequest.result
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/
DREADME.md19 [2019/02/14 14:46:40:9783] USER: LWS minimal http server TLS | visit https://localhost:7681
44 …eq -new -newkey rsa:4096 -days 36500 -nodes -x509 -keyout "localhost-100y.key" -out "localhost-100…
47 they cover "localhost" and last 100 years from 2018-03-20.
54 …$ cat ../minimal-http-server-tls/localhost-100y.key | grep -v ^- | base64 -d | hexdump -C | tr -s…
/third_party/node/deps/npm/node_modules/prepend-http/
Dreadme.md3 > Prepend `http://` to humanized URLs like `todomvc.com` and `localhost`
21 prependHttp('localhost');
22 //=> 'http://localhost'
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/
DREADME.md12 Notice the last two both listen on 7682. If you visit http://localhost:7682,
40 [2018/03/16 09:37:20:0866] USER: LWS minimal http server-multivhost | visit http://localhost:7681 /…
47 Visit http://localhost:7681 and http://localhost:7682
/third_party/libwebsockets/scripts/
Dattack.sh339localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://lo…
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/
DREADME.md15 -h|Strict Host: header checking against vhost name (localhost) and port
22 [2018/03/04 09:30:02:7986] USER: LWS minimal ws server | visit http://localhost:7681
26 Visit http://localhost:7681 on multiple browser windows
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/
DREADME.md30 [2021/03/04 21:14:45:0540] U: LWS minimal ws-raw proxy | visit http://localhost:7681 (-s = use TLS …
35 [2021/03/04 21:14:45:1284] N: ++ [3224086|vh|1|localhost||7681] (2)
37 [2021/03/04 21:14:45:1425] N: ++ [3224086|wsi|1|listen|localhost||7681] (2)
45 Visit http://localhost:7681 in a browser... it loads JS that opens a ws
/third_party/python/Lib/test/
Dtest_timeout.py114 localhost = socket_helper.HOST variable in TimeoutTestCase
244 socket_helper.bind_port(self.sock, self.localhost)
251 socket_helper.bind_port(serv, self.localhost)
260 socket_helper.bind_port(serv, self.localhost)
270 socket_helper.bind_port(serv, self.localhost)
289 socket_helper.bind_port(self.sock, self.localhost)
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/
DREADME.md18 -h|Strict Host: header checking against vhost name (localhost) and port
25 [2018/03/04 09:30:02:7986] USER: LWS minimal ws server | visit http://localhost:7681
29 Visit http://localhost:7681 and the browser will connect back to the test
/third_party/ltp/testcases/network/stress/ssh/
Dssh-stress.sh197 local port lport localhost rhost ret
200 localhost="127.0.0.1"
203 localhost="::1"
224 tst_rhost_run -s -c "netstress -r $NS_TIMES -l -H $localhost -g $lport > /dev/null"
/third_party/libwebsockets/READMEs/
DREADME.test-apps.md147 When you connect your browser to https://localhost:7681 after accepting the
208 $ libwebsockets-test-client localhost
211 will by default connect to the test server on localhost:7681
220 $ libwebsockets-test-client localhost --ssl -s
245 $ libwebsockets-test-client localhost --ssl
259 $ libwebsockets-test-ping localhost
261 Websocket PING localhost.localdomain (127.0.0.1) 64 bytes of data.
262 64 bytes from localhost: req=1 time=0.1ms
263 64 bytes from localhost: req=2 time=0.1ms
264 64 bytes from localhost: req=3 time=0.1ms
[all …]
/third_party/nghttp2/
Dproxy.pac.sample3 return "HTTPS localhost:3000";
5 // return "PROXY localhost:3000";
/third_party/node/test/sequential/
Dtest-net-server-address.js54 const localhost = '::1'; constant
60 server.listen(common.PORT + 2, localhost, common.mustCall(() => {
62 assert.strictEqual(address.address, localhost);
/third_party/node/test/fixtures/keys/
Dfake-startcom-root-database.txt1 V 22920830184221Z 01 unknown /C=US/ST=CA/L=SF/O=NODEJS/OU=agent8/CN=localhost
2 V 22920830184221Z 02 unknown /C=US/ST=CA/L=SF/O=NODEJS/OU=agent9/CN=localhost
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server/
DREADME.md13 [2018/03/04 09:30:02:7986] USER: LWS minimal http server | visit http://localhost:7681
17 Visit http://localhost:7681
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
DREADME.md13 [2018/03/04 09:30:02:7986] USER: LWS minimal http server | visit http://localhost:7681
17 Visit http://localhost:7681
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
DREADME.md13 [2018/03/04 09:30:02:7986] USER: LWS minimal http server | visit http://localhost:7681
17 Visit http://localhost:7681
/third_party/skia/infra/lottiecap/docker/
Dlottiecap_gold.sh32 --post_to http://localhost:8081/report_gold_data \
38 CODE=`curl -s -o /dev/null -I -w "%{http_code}" -X POST localhost:8081/dump_json`

12345678910>>...13