From c9fd71ec9a76fba42c4515ed6953034f59ccaf23 Mon Sep 17 00:00:00 2001 From: Brent Michalski Date: Tue, 17 Dec 2024 10:53:40 -0600 Subject: [PATCH] Update README.md Added a line showing server response --- Examples/hello-world-async-http-client-example/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/hello-world-async-http-client-example/README.md b/Examples/hello-world-async-http-client-example/README.md index 3c0d19c5..2b903e40 100644 --- a/Examples/hello-world-async-http-client-example/README.md +++ b/Examples/hello-world-async-http-client-example/README.md @@ -19,6 +19,7 @@ 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 @@ -26,6 +27,7 @@ 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: