> For the complete documentation index, see [llms.txt](https://moleculer-api.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moleculer-api.gitbook.io/api/api-schema/protocol.md).

# Protocol Plugin

```javascript
  protocol: {
```

이하 protocol 항목에 외부에 제공하려는 API를 작성하고 `call`, `publish`, `subscribe`, `map` 커넥터에 맵핑합니다. 각 커넥터에 대한 추가적인 내용은 아래 [Connectors for API Handler](/api/api-gateway/api-gateway.md#d-connectors-for-api-handler) 섹션에서 다룹니다.
