Cysharp / MagicOnion

Unified Realtime/API framework for .NET platform and Unity.
MIT License
3.9k stars 433 forks source link

Remove MagicOnion.Server.HttpGateway #859

Closed mayuki closed 1 month ago

mayuki commented 1 month ago

This PR removes MagicOnion.Server.HttpGateway.

Because of the maintenance costs, we decided to remove MagicOnion.Server.HttpGateway. However, we are also recognizing that calls to Unary using HTTP/1, such as curl, are necessary during development, so we plan to implement JsonTranscoding and OpenAPI support.