Skip to main content

warpin_grpc/
lib.rs

1pub const DEFAULT_MAX_MESSAGE_SIZE: usize = 4 * 1024 * 1024;
2
3pub fn is_health_method(path: &str) -> bool {
4    path.ends_with("/Health/Check")
5}