You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ wait-on http-get://localhost:8000/foo && NEXT_CMD # wait for http 2XX GET
45
45
wait-on https-get://myserver/foo && NEXT_CMD # wait for https 2XX GET
46
46
wait-on tcp:4000 && NEXT_CMD # wait for service to listen on a TCP port
47
47
wait-on socket:/path/mysock # wait for service to listen on domain socket
48
-
wait-on http://unix:/var/SOCKPATH:/a/foo # wait for http HEAD on domain socket
49
-
wait-on http-get://unix:/var/SOCKPATH:/a/foo # wait for http GET on domain socket
48
+
wait-on http://unix:/var/SOCKPATH:http://server/a/foo # wait for http HEAD on domain socket
49
+
wait-on http-get://unix:/var/SOCKPATH:http://server/a/foo # wait for http GET on domain socket
50
50
```
51
51
52
52
```
@@ -81,8 +81,8 @@ Description:
81
81
tcp: - TCP port is listening. ex: 1.2.3.4:9000 or foo.com:700
82
82
socket: - Domain Socket is listening. ex: socket:/path/to/sock
83
83
For http over socket, use http://unix:SOCK_PATH:URL_PATH
84
-
like http://unix:/path/to/sock:/foo/bar or
85
-
http-get://unix:/path/to/sock:/foo/bar
84
+
like http://unix:/path/to/sock:http://server/foo/bar or
Copy file name to clipboardExpand all lines: bin/usage.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Description:
28
28
tcp: - TCP port is listening. ex: tcp:1.2.3.4:9000 or tcp:foo.com:700
29
29
socket: - Domain Socket is listening. ex: socket:/path/to/sock
30
30
For http over socket, use http://unix:SOCK_PATH:URL_PATH
31
-
like http://unix:/path/to/sock:/foo/bar or
32
-
http-get://unix:/path/to/sock:/foo/bar
31
+
like http://unix:/path/to/sock:http://server/foo/bar or
0 commit comments