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