Skip to content

Commit

Permalink
feat: support grpc-web server (#466)
Browse files Browse the repository at this point in the history
feat: support grpc-web
  • Loading branch information
Millione authored Jul 23, 2024
1 parent 5fc60d8 commit afee987
Show file tree
Hide file tree
Showing 47 changed files with 859 additions and 318 deletions.
183 changes: 164 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ tokio = "1"
tokio-stream = "0.1"
tokio-test = "0.4"
tokio-util = "0.7"
tonic = "0.12"
tonic-web = "0.12"
tower = "0.4"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down
Loading

0 comments on commit afee987

Please sign in to comment.