getGrpcStatus(const Http::ResponseHeaderOrTrailerMap& trailers, bool allow_user_defined = false);
* @param info the StreamInfo to check for HTTP response code if no code was found in the trailers
* @return absl::optional<Status::GrpcStatus> the parsed status code or absl::nullopt if no status
static absl::optional<Status::GrpcStatus> getGrpcStatus(const Http::ResponseTrailerMap& trailers,
* @param request_headers the header map from which to extract the value of 'grpc-timeout' header.