yao/service
Max 413fd71841 feat(middleware): add support for markdown content negotiation and rendering
- Implemented content negotiation for markdown files based on URL suffix and Accept header.
- Introduced a new RenderRaw method to serve raw markdown content, bypassing HTML rendering.
- Updated PageConfig to include a handler for markdown output, enhancing flexibility in content delivery.
2026-04-02 18:55:36 +08:00
..
fs [add] sui file server (dev) 2023-11-22 21:02:48 +08:00
log feat(monitor): integrate monitor service start and stop in load and unload processes 2026-03-15 10:18:55 +08:00
dynamic.go Enhance OpenAPI Integration and API Routing 2026-01-04 15:46:09 +08:00
dynamic_test.go Enhance OpenAPI Integration and API Routing 2026-01-04 15:46:09 +08:00
guards.go Enhance OpenAPI Integration and API Routing 2026-01-04 15:46:09 +08:00
gzip.go optimize the SUI compiler & add http server gzip support 2024-07-07 15:29:50 +08:00
middleware.go feat(middleware): add support for markdown content negotiation and rendering 2026-04-02 18:55:36 +08:00
service.go feat(monitor): integrate monitor service start and stop in load and unload processes 2026-03-15 10:18:55 +08:00
service_test.go refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00
static.go Implement dynamic route resolution using rewrite rules 2026-02-13 23:44:28 +08:00
watch.go refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00
watch_test.go refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00