Add link to WAI

This commit is contained in:
Rashad Gover 2023-04-23 19:23:11 +00:00
parent fd0af8d68a
commit 556335809d
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Okapi is a micro framework for HTTP servers.
- Ergonomic DSL for parsing requests - Ergonomic DSL for parsing requests
- Integrates seamlessly with ANY monad stack or effect system - Integrates seamlessly with ANY monad stack or effect system
- Automagically generate OpenAPI specifications (clients coming soon) - Automagically generate OpenAPI specifications (clients coming soon)
- Lightweight, minimal abstraction built on top of WAI - Lightweight, minimal abstraction built on top of [WAI](https://hackage.haskell.org/package/wai)
**Okapi is NOT recommended for production use at this time.** **Okapi is NOT recommended for production use at this time.**

View File

@ -29,7 +29,8 @@
<li>Integrates seamlessly with ANY monad stack or effect system</li> <li>Integrates seamlessly with ANY monad stack or effect system</li>
<li>Automagically generate OpenAPI specifications (clients coming <li>Automagically generate OpenAPI specifications (clients coming
soon)</li> soon)</li>
<li>Lightweight, minimal abstraction built on top of WAI</li> <li>Lightweight, minimal abstraction built on top of <a
href="https://hackage.haskell.org/package/wai">WAI</a></li>
</ul> </ul>
<p><strong>Okapi is NOT recommended for production use at this <p><strong>Okapi is NOT recommended for production use at this
time.</strong></p> time.</strong></p>