Alexey Shakhmatov dev
  • Joined on 2026-03-17
dev created repository pkg/dbx 2026-03-22 20:02:39 +00:00
dev pushed to main at pkg/httpx 2026-03-22 19:30:22 +00:00
25beb2f5c2 Add AGENTS.md reference to CLAUDE.md
16ff427c93 Add AI agent configuration files (AGENTS.md, .cursorrules, copilot-instructions)
138d4b6c6d Add package-level doc comments for go doc and gopls
Compare 3 commits »
dev pushed to main at pkg/httpx 2026-03-22 19:07:07 +00:00
3aa7536328 Add examples/ with runnable usage demos for all major features
dev pushed to main at pkg/httpx 2026-03-22 18:56:23 +00:00
89cfc38f0e Update documentation with new client and server features
8a63f142a7 Add WithNotFoundHandler option for custom 404 responses on Router
21274c178a Add WithMaxResponseBody option to prevent client-side OOM
49be6f8a7e Add client RequestID middleware for cross-service propagation
3395f70abd Add server RateLimit middleware with per-key token bucket
Compare 11 commits »
dev pushed to main at pkg/httpx 2026-03-21 19:58:22 +00:00
4d47918a66 Update documentation with server package details
dev pushed to main at pkg/httpx 2026-03-21 10:58:30 +00:00
7fae6247d5 Add comprehensive test coverage for server/ package
cea75d198b Add production-ready HTTP server package with routing, health checks, and middleware
Compare 2 commits »
dev pushed to main at pkg/httpx 2026-03-21 10:07:05 +00:00
6b901c931e Add CLAUDE.md and Gitea CI workflow
dev pushed to main at pkg/httpx 2026-03-21 09:10:13 +00:00
d260abc393 Add README with usage examples and package overview
5cfd1a7400 Fix sentinel error aliasing, hot-path allocations, and resource leaks
f9a05f5c57 Add Client with response wrapper, request helpers, and full middleware assembly
a90c4cd7fa Add standard middlewares: logging, headers, auth, and panic recovery
8d322123a4 Add load balancer with round-robin, failover, and weighted strategies
Compare 8 commits »
dev created repository pkg/httpx 2026-03-20 10:35:38 +00:00