yarp
API ゲートウェイ ルーティング用の YARP リバース プロキシを構成します。 次の場合に使用します: API ゲートウェイ ルートのセットアップ、パス変換の構成、バックエンド サービスへのリクエストのプロキシ、またはマイクロサービス エンドポイントの集約。
SKILL.md
YARP (Yet Another Reverse Proxy) is the .NET reverse proxy used for API gateway routing in Sorcha. The gateway routes external requests to internal microservices while handling path transformations, security headers, and CORS. Key pattern: gateway-specific endpoints execute BEFORE MapReverseProxy() which must be called last.
| Route | Maps external path to cluster | "Path": "/api/blueprint/{catch-all}" | | Cluster | Backend service destination(s) | "Address": "http://service:8080" | | Transform | Rewrites path before forwarding | "PathPattern": "/api/{catch-all}" | | Catch-all | Captures remaining path segments | {catch-all} or {any} |
API ゲートウェイ ルーティング用の YARP リバース プロキシを構成します。 次の場合に使用します: API ゲートウェイ ルートのセットアップ、パス変換の構成、バックエンド サービスへのリクエストのプロキシ、またはマイクロサービス エンドポイントの集約。 ソース: stuartf303/sorcha。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/stuartf303/sorcha --skill yarp インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/stuartf303/sorcha --skill yarp- カテゴリ
- </>開発ツール
- 認証済み
- —
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
yarp とは?
API ゲートウェイ ルーティング用の YARP リバース プロキシを構成します。 次の場合に使用します: API ゲートウェイ ルートのセットアップ、パス変換の構成、バックエンド サービスへのリクエストのプロキシ、またはマイクロサービス エンドポイントの集約。 ソース: stuartf303/sorcha。
yarp のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/stuartf303/sorcha --skill yarp インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/stuartf303/sorcha
詳細
- カテゴリ
- </>開発ツール
- ソース
- user
- 初回登録
- 2026-02-01