Skip to content

Commit e0dc80e

Browse files
committed
Add link to examples folder in root README.md
1 parent 5ead318 commit e0dc80e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ httpClient.get(url: "https://apple.com/").whenComplete { result in
7171

7272
You should always shut down `HTTPClient` instances you created using `try httpClient.syncShutdown()`. Please note that you must not call `httpClient.syncShutdown` before all requests of the HTTP client have finished, or else the in-flight requests will likely fail because their network connections are interrupted.
7373

74+
### async/await examples
75+
Examples for the async/await API can be found in the [`Examples` folder](./Examples) in this Repository.
76+
7477
## Usage guide
7578

7679
The default HTTP Method is `GET`. In case you need to have more control over the method, or you want to add headers or body, use the `HTTPClientRequest` struct:

0 commit comments

Comments
 (0)