mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
430 B
430 B
icon | label |
---|---|
package | libhv |
!!!
This module is optional. Set option PK_BUILD_MODULE_LIBHV
to ON
in your CMakeLists.txt
to enable it.
!!!
Simple bindings for 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" :::