v1.1.0
- BindRoute(method, path, handler) with exact-match routing dispatched before /cell RPC - RouteCtx merges query args and form-urlencoded POST args for callback scenarios (e.g. epay notify) - handler returns error -> unified Result error response; nil -> full control via fasthttp.RequestCtx (plain-text 'success' replies) - /cell reserved; duplicate/invalid registration panics at startup; all existing tests pass
Description
No description provided
114 KiB
Languages
Go
100%