mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
19 lines
430 B
Markdown
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" :::
|