Skip to content

Commit c9fd71e

Browse files
Update README.md
Added a line showing server response
1 parent e037866 commit c9fd71e

File tree

1 file changed

+2
-0
lines changed
  • Examples/hello-world-async-http-client-example

1 file changed

+2
-0
lines changed

Examples/hello-world-async-http-client-example/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ Start one of the Hello World servers in a different terminal:
1919
```console
2020
% cd Examples/hello-world-hummingbird-server-example
2121
% swift run
22+
2024-12-17T09:54:40-0600 info HummingBird : [HummingbirdCore] Server started and listening on 127.0.0.1:8080
2223
```
2324

2425
or
2526

2627
```console
2728
% cd Examples/hello-world-vapor-server-example
2829
% swift run
30+
2024-12-17T10:34:55-0600 notice codes.vapor.application : [Vapor] Server started on http://127.0.0.1:8080
2931
```
3032

3133
Then, build and run the client CLI using:

0 commit comments

Comments
 (0)