Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a line showing server response
  • Loading branch information
brentvegafederal authored Dec 17, 2024
1 parent e037866 commit c9fd71e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Examples/hello-world-async-http-client-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ Start one of the Hello World servers in a different terminal:
```console
% cd Examples/hello-world-hummingbird-server-example
% swift run
2024-12-17T09:54:40-0600 info HummingBird : [HummingbirdCore] Server started and listening on 127.0.0.1:8080
```

or

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

Then, build and run the client CLI using:
Expand Down

0 comments on commit c9fd71e

Please sign in to comment.