Skip to content

Commit 949754b

Browse files
committed
feat: add readme
1 parent a8c2269 commit 949754b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Catch All Test HTTP Server
2+
3+
## Usage
4+
5+
```sh
6+
srv42
7+
```
8+
9+
To use another port than 1337:
10+
```sh
11+
srv42 -p 5000
12+
```
13+
14+
To response another status than 202:
15+
```sh
16+
srv42 -s 204
17+
```

0 commit comments

Comments
 (0)