JohnXu22786/net-debug

JohnXu22786★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

HTTP network debugging toolset for DeepSeek Harness (dsh): general-purpose HTTP client with SSRF/private-network protection, per-session request history with replay, response inspection, HAR export, and a zero-dependency CLI.

README 摘要

dsh-http-debug HTTP network debugging toolset for DeepSeek Harness ( dsh ). 中文文档:README.zh.md dsh-http-debug is a bundle (a distributable plugin) that adds a general-purpose HTTP client to dsh — with SSRF / private-network protection , per-session request history with replay , response inspection , and a zero-dependency CLI . It deliberately focuses on raw HTTP semantics (method, headers, body, status, timing, size) rather than page extraction: web fetch / web search turn documents into markdown; this plugin gives you the actual exchange. This project is an original implementation. It follows the dsh bundle specification (a npm package whose package.json declares a dsh.bundle patch, ships a cordis.patch.yml , and exposes a plugin entry module), but it is written from scratch and shares no code with any existing plugin. Table of contents - Features - Installation into dsh - Model-facing tools - Configuration - SSRF protection - Response semantics - History - CLI - Programmatic API - Examples - Development - License Features 1. General HTTP client - method / headers / body (UTF-8 text or Base64 binary) / timeout / redirect policy ( follow redirects , max redirects ). - Structured res…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdshdsh-pluginsearch

分类