1 Star 0 Fork 0

李所当然/nghttp3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
genstrerror.py 181 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python3
for i in range(0, 256):
print('''\
case NGHTTP3_ERR_HTTP_MALFORMED_FRAME - {n:#04x}:
return "ERR_HTTP_MALFORMED_FRAME_{n:#04X}";'''.format(n = i))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lilw1/nghttp3.git
git@gitee.com:lilw1/nghttp3.git
lilw1
nghttp3
nghttp3
draft-22

搜索帮助