File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,6 +156,8 @@ This document serves as the **Grand Map** of the ObjectStack specification. It l
156156| File | Status | Description |
157157| :--- | :--- | :--- |
158158| [ ` protocol.zod.ts ` ] ( src/api/protocol.zod.ts ) | ⭐ | ** Stack Protocol** . valid requests and responses for the platform. |
159+ | [ ` dispatcher.zod.ts ` ] ( src/api/dispatcher.zod.ts ) | ⭐ | ** HttpDispatcher** . Route-to-service mapping for API routing. |
160+ | [ ` discovery.zod.ts ` ] ( src/api/discovery.zod.ts ) | ⭐ | ** Service Discovery** . Service registration and API routes discovery. |
159161| [ ` endpoint.zod.ts ` ] ( src/api/endpoint.zod.ts ) | | ** API Endpoints** . REST API route definitions. |
160162| [ ` graphql.zod.ts ` ] ( src/api/graphql.zod.ts ) | | ** GraphQL** . Schema and resolver configuration. |
161163| [ ` rest-server.zod.ts ` ] ( src/api/rest-server.zod.ts ) | | ** REST Server** . REST-specific server settings. |
@@ -167,7 +169,6 @@ This document serves as the **Grand Map** of the ObjectStack specification. It l
167169| [ ` router.zod.ts ` ] ( src/api/router.zod.ts ) | | ** Routing** . API Gateway routing rules. |
168170| [ ` http-cache.zod.ts ` ] ( src/api/http-cache.zod.ts ) | | ** HTTP Cache** . Cache-Control headers and CDNs. |
169171| [ ` errors.zod.ts ` ] ( src/api/errors.zod.ts ) | | ** Error Handling** . Standard error response formats. |
170- | [ ` discovery.zod.ts ` ] ( src/api/discovery.zod.ts ) | | ** Service Discovery** . Service registration for microservices. |
171172| [ ` metadata.zod.ts ` ] ( src/api/metadata.zod.ts ) | | ** Metadata API** . Endpoints for schema retrieval. |
172173| [ ` odata.zod.ts ` ] ( src/api/odata.zod.ts ) | | ** OData** . OData protocol support. |
173174| [ ` batch.zod.ts ` ] ( src/api/batch.zod.ts ) | | ** Batch API** . Bulk request processing. |
You can’t perform that action at this time.
0 commit comments