| 72b0fd59 | 01-Mar-2025 |
tottoto <[email protected]> |
chore: Remove unused mutability (#2183) |
| 8ee85fc4 | 01-Mar-2025 |
tottoto <[email protected]> |
chore: Remove html_root_url (#2184) |
| dcaa6791 | 23-Jan-2025 |
tottoto <[email protected]> |
chore: Introduce rust-version in manifest (#2160) |
| 1777e27f | 23-Jan-2025 |
tottoto <[email protected]> |
chore(web): Remove byte char slice (#2158) |
| 910a4f10 | 23-Jan-2025 |
Kevin McDonald <[email protected]> |
improve gRPC-Web client behavior with trailers with a space after the colon (#2053)
According to the gRPC Web Spec, Trailers should have a space after the colon, like this:
grpc-status: 0 grpc-mess
improve gRPC-Web client behavior with trailers with a space after the colon (#2053)
According to the gRPC Web Spec, Trailers should have a space after the colon, like this:
grpc-status: 0 grpc-message: Message Here
But tonic-web client and server both omit the space, like:
grpc-status:0 grpc-message:Message Here
This is likely fine for the server to do since most clients can handle having the space or not but the tonic-web client should also handle the space character being there, which is what this change does.
show more ...
|
| 85b8f69c | 09-Jan-2025 |
tottoto <[email protected]> |
chore: Disable unused tokio-stream feature (#2129) |
| 84cb7b71 | 05-Jan-2025 |
tottoto <[email protected]> |
chore(doc): Remove basic guide to config dependency (#2120) |
| 5e9a5bcd | 02-Jan-2025 |
tottoto <[email protected]> |
chore: Use lint config in manifest (#2114) |
| 9606c5bb | 03-Dec-2024 |
tottoto <[email protected]> |
chore(web): Remove converting to same type (#2085) |
| b15a23ba | 03-Dec-2024 |
tottoto <[email protected]> |
chore(web): Refactor constructing immediate response future (#2084) |
| cf3673c7 | 27-Nov-2024 |
tottoto <[email protected]> |
feat(web): Implement Debug for ResponseFuture (#2068) |
| f4a879db | 23-Nov-2024 |
tottoto <[email protected]> |
chore!: Remove deprecated api (#2050) |
| 60b131d2 | 15-Nov-2024 |
tottoto <[email protected]> |
feat: Add Body type (#2013) |
| d3da3693 | 07-Nov-2024 |
tottoto <[email protected]> |
feat(web): Relax GrpcWebService request body type (#2016) |
| 0846e6ed | 07-Nov-2024 |
tottoto <[email protected]> |
feat(transport): Make tower internal dependency (#1947)
* feat(channel): Add Change type to make tower internal dependency
* feat(server): Remove NamedService implementation for Either
* feat(web)
feat(transport): Make tower internal dependency (#1947)
* feat(channel): Add Change type to make tower internal dependency
* feat(server): Remove NamedService implementation for Either
* feat(web): Add CorsGrpcWebResponseFuture to make tower-http internal dependency
show more ...
|
| 3009cf52 | 22-Oct-2024 |
tottoto <[email protected]> |
chore: Start development of version 0.13 (#2014) |
| 58345a6b | 17-Oct-2024 |
tottoto <[email protected]> |
chore: Update to tower 0.5 (#1892) |
| 5c9fa881 | 12-Oct-2024 |
tottoto <[email protected]> |
chore(web): Remove unnecessary bound from GrpcWebClientService (#1995) |
| 0fcd63ae | 12-Oct-2024 |
tottoto <[email protected]> |
chore(web): Relax GrpcWebCall error bound (#1993) |
| 62f401c5 | 10-Oct-2024 |
tottoto <[email protected]> |
chore(web): Remove unnecessary bound from GrpcWebLayer (#1986) |
| b9fa30bd | 10-Oct-2024 |
tottoto <[email protected]> |
feat(web): Remove enable api (#1982) |
| ab23ec8c | 10-Oct-2024 |
tottoto <[email protected]> |
feat(web): Remove unnecessary Bytes type from GrpcWebCall body type (#1985)
* feat(web): Remove unnecessary Bytes type from GrpcWebCall body type
* chore(web): Refactor implementation of GrpcWebCal
feat(web): Remove unnecessary Bytes type from GrpcWebCall body type (#1985)
* feat(web): Remove unnecessary Bytes type from GrpcWebCall body type
* chore(web): Refactor implementation of GrpcWebCall::poll_encode
show more ...
|
| be4e0e77 | 07-Oct-2024 |
tottoto <[email protected]> |
chore: Refactor empty body constructor (#1981)
* chore: Refactor empty body constructor
* chore: Deprecate empty_body api |
| 97ae25da | 30-Sep-2024 |
tottoto <[email protected]> |
chore(web): Remove Clone Send and static lifetime bound from service (#1963) |
| 2f0e0a62 | 29-Sep-2024 |
tottoto <[email protected]> |
chore(web): Remove BoxError type alias and Into BoxError trait bound (#1962) |