docs: add demo video link
面向 CCF 2026 开源创新大赛 track1_2026ylong_http 的 Rust 实现与提交材料。项目目标是补齐 ylong_http_client 的 HTTPS 代理能力,并围绕官方三项子任务提供可运行代码、官方仓库 patch、测试日志、性能对比和展示材料。
track1_2026ylong_http
ylong_http_client
34 passed / 0 failed
99.976%
patches/official_https_proxy_complete_series.patch
presentation/ccf2026_ylong_http_https_proxy_completion_20260710.pptx
1017
核心链路:
TCP -> Proxy TLS -> HTTP CONNECT -> Target TLS -> HTTPS Data
src/lib.rs
tests/proxy_flow.rs
patches/
logs/cargo_test_pr_ready_20260709.log
ProxyPlanner
ProxyConnector
docs/PROXY_MODULE_PLAN.md
scripts/run_performance_comparison.ps1
docs/PERFORMANCE_COMPARISON_RESULT.md
logs/performance_comparison_20260709.log
git clone https://gitlink.org.cn/liushenzhou/ccf2026-ylong-http-https-proxy.git cd ccf2026-ylong-http-https-proxy cargo test -- --nocapture cargo run --bin proxy_demo powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\run_performance_comparison.ps1
预期结果:
cargo test
proxy_demo
run_performance_comparison.ps1
meets_20_percent_threshold=true
src/ Rust prototype 和 benchmark/demo 入口 tests/ CONNECT、TLS、鉴权、错误处理、模块化测试 patches/ 面向官方 ylong_http 仓库的 patch series scripts/ 测试、benchmark、提交检查脚本 docs/ 技术方案、题面对齐、测试报告、提交材料 logs/ 本地验证日志 certs/ TLS/mTLS smoke 测试证书材料 presentation/ 展示 PPT tools/ 证书代理、PPT、benchmark 辅助工具 vendor/research/ 官方仓库研究快照和 patch 应用证据
源码、patch、测试日志、性能对比、展示 PPT 和展示视频入口已整理到 GitLink master 分支。仓库保留可复现日志与验证范围说明,便于评委直接核查实现、运行测试并查看官方 patch 路径。新版本地提交包同步包含带字幕展示视频与字幕文件,便于平台按压缩包模式提交。
master
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
CCF2026 ylong_http Client HTTPS Proxy
面向 CCF 2026 开源创新大赛
track1_2026ylong_http的 Rust 实现与提交材料。项目目标是补齐ylong_http_client的 HTTPS 代理能力,并围绕官方三项子任务提供可运行代码、官方仓库 patch、测试日志、性能对比和展示材料。项目亮点
34 passed / 0 failed99.976%patches/official_https_proxy_complete_series.patchpresentation/ccf2026_ylong_http_https_proxy_completion_20260710.pptx1017核心链路:
官方三项任务完成情况
ylong_http_client支持 HTTPS 代理src/lib.rs、tests/proxy_flow.rs、patches/、logs/cargo_test_pr_ready_20260709.logProxyPlanner负责连接计划,ProxyConnector负责统一 tunnel 建立入口src/lib.rs、tests/proxy_flow.rs、docs/PROXY_MODULE_PLAN.mdscripts/run_performance_comparison.ps1、docs/PERFORMANCE_COMPARISON_RESULT.md、logs/performance_comparison_20260709.log快速复现
预期结果:
cargo test:15 个 unit tests + 19 个 integration tests 全部通过。proxy_demo:完成 CONNECT 后的 tunnel round trip。run_performance_comparison.ps1:输出meets_20_percent_threshold=true。展示材料
1017评审入口
1017重要文件索引
1017仓库结构
当前提交状态
源码、patch、测试日志、性能对比、展示 PPT 和展示视频入口已整理到 GitLink
master分支。仓库保留可复现日志与验证范围说明,便于评委直接核查实现、运行测试并查看官方 patch 路径。新版本地提交包同步包含带字幕展示视频与字幕文件,便于平台按压缩包模式提交。