mirror of
https://github.com/monadicsystems/okapi.git
synced 2024-11-26 10:15:48 +03:00
Add link to WAI
This commit is contained in:
parent
fd0af8d68a
commit
556335809d
@ -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.**
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user