Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.2 KB

File metadata and controls

35 lines (20 loc) · 1.2 KB

Overview

简体中文 | Docs Index

Purpose

HTTP CONNECT, SOCKS4, SOCKS5, and HAProxy negotiation handlers for Gnalloy pipelines.

This module provides Pipeline handlers. A handler observes, transforms, rejects, delays, records, or protects messages after a Channel already exists. It does not own listening sockets or application protocols unless explicitly named.

Repository Identity

  • Module path: gnalloy.org/handler-proxy
  • GitHub repository: github.com/gnalloy/handler-proxy
  • Default branch: dev
  • License: Apache-2.0

Package Map

  • gnalloy.org/handler-proxy (proxy)

Direct Gnalloy Dependencies

  • gnalloy.org/gnalloy

Direct Dependents in the Current Repository Set

  • No repository in the current local Gnalloy set directly depends on this module.

Architecture Position

Gnalloy keeps the core small and dependency-light. This repository is a replaceable module around one responsibility, connected through explicit Go packages instead of runtime discovery.

Compatibility

The public import path is gnalloy.org/handler-proxy. Until the first stable tag is published, use @dev or an explicit pseudo-version selected by your dependency policy.