microsoft / microsoft/typespec

[Feature Request] Need some way to declare the protocol(s) of a service

Open
#3,523 2 comments 1 reaction 1 assignee Claimed by @witemple-msft View on GitHub
design:needed needs-area triaged:core
Dominant language
Java
Stars
5.9k
Forks
394
Avg merge
1d 23h
Merged PRs (30d)
104

Description

### Clear and concise description of the problem

Currently, the HTTP library considers every namespace decorated with `@service` to be an HTTP service, but that is not necessarily the case. `@service` is also used for Protobuf/gRPC, so we should have some way to declare the protocol of a service so that the HTTP emitter will ignore it if the protocol is set to something else.

This is important for multi-protocol specs to work well.

### Checklist

- [X] Follow our [Code of Conduct](https://github.com/microsoft/typespec/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [docs](https://typespec.io/docs/).
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.