Skip to content

Commit b98764d

Browse files
authored
Add link to https example for edge-hhtp in README (#69)
1 parent 2d5c387 commit b98764d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

edge-http/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,11 @@ impl Handler for HttpHandler {
172172
}
173173
}
174174
```
175+
176+
177+
### More examples
178+
179+
#### HTTPS server
180+
181+
HTTPS server with embassy and embedded-tls [here](https://github.com/esp-rs/esp-mbedtls/blob/main/examples/edge_server.rs)
182+

0 commit comments

Comments
 (0)