Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
da96bcb906d40106ddb2d65df0031de4e97b442e
hakorune/plugins/nyash-net-plugin/Cargo.toml

20 lines
222 B
TOML
Raw Normal View History

feat: Add HTTP server/client E2E test for net plugin - Implement full HTTP flow test: server → client → accept → respond → readBody - All HTTP Box types working correctly (HttpServerBox, HttpClientBox, HttpRequestBox, HttpResponseBox) - Handle type encoding for plugin method arguments working properly - Test validates complete HTTP request/response cycle - Net plugin E2E test passing ✅ HTTPネットワークプラグインのE2Eテスト追加 - サーバー起動からレスポンス読み取りまでの完全なフロー検証 - Handle型引数のTLVエンコーディングも正常動作 - 非同期HTTPフローの完全動作確認 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-21 22:25:42 +09:00
[package]
name = "nyash-net-plugin"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
once_cell = "1.20"
[features]
default = []
[profile.release]
lto = true
strip = true
opt-level = "z"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 17ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API