stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

Implement cacheable calls #77

Open stepancheg opened 7 years ago

stepancheg commented 7 years ago

When method is marked cacheable, call should use GET instead of POST.

cacheable_unary