procyon
procyon copied to clipboard
Add HTTP routing abstractions and default server
Summary
- add HTTP context, request/response, and security interfaces for pluggable handlers
- implement a router combining radix-tree path matching with ant-style patterns and middleware
- provide a default net/http server that chains middleware, resolves routes, and exposes security context
Testing
- go test ./...