History log of /tonic/examples/src/grpc-web/server.rs (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9b74abf1 03-Oct-2024 tottoto <[email protected]>

feat: Add Layered service to propagate NamedService implementation (#1966)


Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0, v0.10.2, v0.10.1, v0.10.0, v0.9.2, v0.9.1, v0.9.0
# a9db219e 20-Mar-2023 Lucio Franco <[email protected]>

fix(web): Fix `enable` and update docs (#1326)

* fix(web): Fix `enable` and update docs

* fix example, update deny

* fix namedservice path


# ddec9e34 20-Mar-2023 Lucio Franco <[email protected]>

chore(examples): Add `Cors` to grpc web server (#1320)


Revision tags: v0.8.4, v0.8.3
# a98d719f 31-Oct-2022 Francesco Guardiani <[email protected]>

feat(web): Removed Cors impl and replaced with tower-http's CorsLayer (#1123)

Fix #1122, see the issue for more details.

Signed-off-by: slinkydeveloper <[email protected]>


Revision tags: v0.8.2, v0.8.1, v0.8.0, v0.7.2, v0.7.1, v0.7.0, v0.6.2, v0.6.1, v0.6.0, v0.5.2, v0.5.1
# 5aa8ae1f 09-Jul-2021 David Pedersen <[email protected]>

feat(examples): add grpc-web example (#710)

Creates a server using tonic-web and a client that uses a regular
`hyper::Client` and issues a regular HTTP/1.1 request.