Type-safe ChannelPipeline
Open
@weissi is already working on this.
Since Feb 27, 2018.
kind/enhancement
- Dominant language
- Swift
- Stars
- 8.5k
- Forks
- 800
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 12
Description
It would be great to have a type-safe ChannelPipeline. The whole ChannelPipeline can't be all type-safe as we want to support arbitrary modifications of it at runtime (for example for HTTP/1 to HTTP/2 upgrades).
However it would be great to be able to have at least a partially type-safe pipeline which could be fully type-safe for programs who don't need the dynamism.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.