From cc0e23dff3f66a0a2f2f880a5091c3292f40bdab Mon Sep 17 00:00:00 2001 From: Hong Zhang Date: Mon, 15 Jan 2018 17:27:47 -0800 Subject: [PATCH] Rename HTTPRequest to HttpRequest (#418) Signed-off-by: Hong Zhang --- api/auth/external_auth.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/auth/external_auth.proto b/api/auth/external_auth.proto index 3b307cee..967fb849 100644 --- a/api/auth/external_auth.proto +++ b/api/auth/external_auth.proto @@ -74,14 +74,14 @@ message AttributeContext { google.protobuf.Timestamp time = 1; // Represents an HTTP request or an HTTP-like request. - HTTPRequest http = 2; + HttpRequest http = 2; // More request types are added here as necessary. } // This message defines attributes for an HTTP request. // HTTP/1.x, HTTP/2, gRPC are all considered as HTTP requests. - message HTTPRequest { + message HttpRequest { // The unique ID for a request, which can be propagated to downstream // systems. The ID should have low probability of collision // within a single day for a specific service.