Home
last modified time | relevance | path

Searched refs:status_code (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic/src/client/
H A Dgrpc.rs338 let status_code = response.status(); in create_response() localVariable
358 status_code, in create_response()
/tonic/tonic/src/codec/
H A Ddecode.rs62 status_code: StatusCode, in new_response()
74 Direction::Response(status_code), in new_response()
/tonic/tonic/src/
H A Dstatus.rs736 status_code: http::StatusCode, in infer_grpc_status()
748 let code = match status_code { in infer_grpc_status()
770 status_code.as_u16(), in infer_grpc_status()