Skip to content

Commit 9ebac0c

Browse files
committed
Add http client library reference to readme
1 parent de5e605 commit 9ebac0c

File tree

2 files changed

+1054
-4
lines changed

2 files changed

+1054
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Lightbug currently has the following features:
3232
- [x] Pure Mojo HTTP 1.1 server with no Python dependencies. Everything is fully typed, with no `def` functions used
3333
- [x] Cookie support
3434

35-
### Check Out These Mojo Libraries:
35+
### Check Out These Mojo Libraries:
3636

37-
- Logging - [@toasty/stump](https://github.com/thatstoasty/stump)
38-
- CLI and Terminal - [@toasty/prism](https://github.com/thatstoasty/prism), [@toasty/mog](https://github.com/thatstoasty/mog)
39-
- Date/Time - [@mojoto/morrow](https://github.com/mojoto/morrow.mojo) and [@toasty/small_time](https://github.com/thatstoasty/small_time)
37+
- HTTP Client - [@thatstoasty/floki](https://github.com/thatstoasty/floki)
38+
- CLI and Terminal - [@thatstoasty/prism](https://github.com/thatstoasty/prism), [@thatstoasty/mog](https://github.com/thatstoasty/mog)
39+
- Date/Time - [@mojoto/morrow](https://github.com/mojoto/morrow.mojo) and [@thatstoasty/small_time](https://github.com/thatstoasty/small_time)
4040

4141
<p align="right">(<a href="#readme-top">back to top</a>)</p>
4242

@@ -176,6 +176,11 @@ struct Welcome(HTTPService):
176176
return NotFound(req.uri.path)
177177
```
178178

179+
<!-- Examples -->
180+
## Examples
181+
182+
Check out the examples directory for more example services built with Lightbug, including an echo server and client implementation!
183+
179184
<!-- ROADMAP -->
180185
## Roadmap
181186

0 commit comments

Comments
 (0)