pocketpy/docs/modules/libhv.md
2025-01-19 23:45:57 +08:00

19 lines
430 B
Markdown

---
icon: package
label: libhv
---
!!!
This module is optional. Set option `PK_BUILD_MODULE_LIBHV` to `ON` in your `CMakeLists.txt` to enable it.
!!!
Simple bindings for [libhv](https://github.com/ithewei/libhv), which provides cross platform implementation of the following:
+ HTTP server
+ HTTP client
+ WebSocket server (TODO)
+ WebSocket client (TODO)
#### Source code
:::code source="../../include/typings/libhv.pyi" :::