mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-06 16:15:50 +08:00
- Implemented a Go-based dynamic library plugin for request lifecycle management. - Added concurrency controls, keyword-based request termination, and response handling. - Supported optional capabilities for request interception and active lifecycle termination. - Included tests for schema compatibility, concurrency limits, and policy-based termination. - Added build instructions and configuration details in README. - Updated host support for lifecycle plugin RPC methods. Closes: #4568
11 lines
245 B
Modula-2
11 lines
245 B
Modula-2
module github.com/router-for-me/CLIProxyAPI/v7/examples/plugin/request-lifecycle/go
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/router-for-me/CLIProxyAPI/v7 v7.0.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
replace github.com/router-for-me/CLIProxyAPI/v7 => ../../../..
|