Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions node.js/cds-serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@ service CatalogService {}

Be aware that using an absolute path will disallow serving the service at multiple protocols.

### Base Protocol Adapter

All CAP-own protocol adapters extend a base protocol adapter that mounts the following middlewares:
1. `http_log`: log all incoming requests
2. `requires_check`: check the required roles for the respective service

### Custom Protocol Adapter

Similar to the configuration of the GraphQL Adapter, you can plug in your own protocol.
Expand Down