Update README.md
This commit is contained in:
parent
bf2ce88608
commit
81aaa8cbb7
1 changed files with 23 additions and 23 deletions
46
README.md
46
README.md
|
@ -16,17 +16,17 @@ $>npm run dev
|
|||
|
||||
Response
|
||||
|
||||
> api_srvr@1.0.0 dev
|
||||
> nodemon ./src/apisrvr.ts
|
||||
|
||||
[nodemon] 3.0.2
|
||||
[nodemon] to restart at any time, enter `rs`
|
||||
[nodemon] watching path(s): *.*
|
||||
[nodemon] watching extensions: ts,json
|
||||
[nodemon] starting `ts-node ./src/apisrvr.ts`
|
||||
Basic API Server listening on Port:3000
|
||||
TypeScript Version
|
||||
Press Ctrl-C to exit
|
||||
> api_srvr@1.0.0 dev<br>
|
||||
> nodemon ./src/apisrvr.ts<br>
|
||||
><br>
|
||||
> [nodemon] 3.0.2<br>
|
||||
> [nodemon] to restart at any time, enter `rs`<br>
|
||||
> [nodemon] watching path(s): *.*<br>
|
||||
> [nodemon] watching extensions: ts,json<br>
|
||||
> [nodemon] starting `ts-node ./src/apisrvr.ts`<br>
|
||||
> Basic API Server listening on Port:3000<br>
|
||||
> TypeScript Version<br>
|
||||
> Press Ctrl-C to exit<br>
|
||||
|
||||
|
||||
### Test with HTTPie
|
||||
|
@ -39,16 +39,16 @@ $>http localhost:3000/
|
|||
|
||||
Response
|
||||
|
||||
HTTP/1.1 200 OK
|
||||
Connection: keep-alive
|
||||
Content-Length: 16
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Date: Sun, 24 Dec 2023 03:23:55 GMT
|
||||
ETag: W/"10-bZZA7c+e/eSluV2PjdNck3t/8tA"
|
||||
Keep-Alive: timeout=5
|
||||
X-Powered-By: Express
|
||||
|
||||
Main page loaded
|
||||
|
||||
$>
|
||||
> HTTP/1.1 200 OK<br>
|
||||
> Connection: keep-alive<br>
|
||||
> Content-Length: 16<br>
|
||||
> Content-Type: text/html; charset=utf-8<br>
|
||||
> Date: Sun, 24 Dec 2023 03:23:55 GMT<br>
|
||||
> ETag: W/"10-bZZA7c+e/eSluV2PjdNck3t/8tA"<br>
|
||||
> Keep-Alive: timeout=5<br>
|
||||
> X-Powered-By: Express
|
||||
> <br>
|
||||
> Main page loaded
|
||||
>
|
||||
> $>
|
||||
|
||||
|
|
Loading…
Reference in a new issue