| 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) |
| 77cee9c5 | 01-Mar-2025 |
Marco Neumann <[email protected]> |
feat: optional `SSLKEYLOGFILE` support (#1539)
Add a `use_key_log` option to server and client TLS configs that -- when set -- will enable rustls's `SSLKEYLOGFILE` handling.
This is helpful when yo
feat: optional `SSLKEYLOGFILE` support (#1539)
Add a `use_key_log` option to server and client TLS configs that -- when set -- will enable rustls's `SSLKEYLOGFILE` handling.
This is helpful when you want to intercept TLS traffic for debugging and is generally supported by many libraries and browsers. Also see: https://wiki.wireshark.org/TLS#using-the-pre-master-secret
show more ...
|
| fc940ce1 | 11-Feb-2025 |
tottoto <[email protected]> |
chore: Update to strum 0.27 (#2180) |
| 2b7e2c3e | 11-Feb-2025 |
tottoto <[email protected]> |
chore(transport): Remove redundant type reconstruct (#2176) |
| 766fa858 | 11-Feb-2025 |
tottoto <[email protected]> |
chore: Refactor redundant pattern match (#2174) |
| 1a7a61d8 | 11-Feb-2025 |
tottoto <[email protected]> |
chore(transport): Update url to http crate document (#2173) |
| a2769c4d | 11-Feb-2025 |
Maxim Evtush <[email protected]> |
Update LICENSE (#2167) |
| 78be69e9 | 31-Jan-2025 |
tottoto <[email protected]> |
chore(interop): Replace repeat and take with repeat_n (#2170) |
| f07abb27 | 31-Jan-2025 |
tottoto <[email protected]> |
chore(examples): Update to rand 0.9 (#2168) |
| f4bc1fd1 | 31-Jan-2025 |
tottoto <[email protected]> |
chore: Add getrandom and wasi crate to cargo-deny skip config (#2169) |
| c9c17c76 | 31-Jan-2025 |
Amr Hassan <[email protected]> |
Add From<T> for Response<T> (#1064)
Co-authored-by: tottoto <[email protected]> |
| 86815d8e | 24-Jan-2025 |
hr567 <[email protected]> |
feat(metadata): Implement AsRef and AsMut traits for MetadataMap (#2161)
Signed-off-by: hr567 <[email protected]> |
| 47ed9d3d | 23-Jan-2025 |
tottoto <[email protected]> |
feat: Expose recover error service (#2159) |
| 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) |
| fe9613c7 | 23-Jan-2025 |
Andreas Sommer <[email protected]> |
Fix percent-encoding of percent sign in `grpc-message` header (#2107) |
| 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 ...
|
| 88aed0e0 | 20-Jan-2025 |
tottoto <[email protected]> |
feat(server): Allow server used independently of router (#2154) |
| a7de9912 | 19-Jan-2025 |
tottoto <[email protected]> |
feat(server): Add serve api to server (#2152) |
| ca9dbde8 | 19-Jan-2025 |
tottoto <[email protected]> |
chore(server): Remove unnecessary static lifetime bound (#2153) |
| afb9df89 | 18-Jan-2025 |
tottoto <[email protected]> |
chore(router): Simplify unimplemented fallback (#2151) |
| 66646105 | 18-Jan-2025 |
tottoto <[email protected]> |
fix(test): Use test domain for test url (#2150) |
| fb207adb | 17-Jan-2025 |
tottoto <[email protected]> |
chore(ci): Run doc test only on ubuntu (#2149) |
| 970635a1 | 17-Jan-2025 |
tottoto <[email protected]> |
chore(examples): Remove unnecessary bound (#2147) |