1 Star 0 Fork 31

godshuai/libhv

forked from ithewei/libhv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.mk 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
ithewei 提交于 2020-12-06 01:42 . WITH_PROTOCOL=no
# modules
# include icmp dns ftp smtp
WITH_PROTOCOL=no
WITH_HTTP=yes
WITH_HTTP_SERVER=yes
WITH_HTTP_CLIENT=yes
# WITH_CONSUL need WITH_HTTP_CLIENT=yes
WITH_CONSUL=no
# features
# base/hsocket.c: replace gethostbyname with getaddrinfo
ENABLE_IPV6=no
# base/hsocket.h: Unix Domain Socket
ENABLE_UDS=no
# base/RAII.cpp: Windows MiniDumpWriteDump
ENABLE_WINDUMP=no
# http/http_content.h: KeyValue,QueryParams,MultiPart
USE_MULTIMAP=no
# dependencies
# for http/client
WITH_CURL=no
# for http2
WITH_NGHTTP2=no
# for SSL/TLS
WITH_OPENSSL=no
WITH_MBEDTLS=no
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/godshuai/libhv.git
git@gitee.com:godshuai/libhv.git
godshuai
libhv
libhv
master

搜索帮助