aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/static_metadata.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-11-19 07:56:13 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-11-19 07:56:13 -0800
commitb774be46d76192ec0b2f073fa68b5b7f3b88a7be (patch)
tree8b638031bfffe046fa8bcfac2ba3916d8643e1de /src/core/transport/static_metadata.c
parent86958126c22d8b4ee420b6d03995a5db96ebd7e2 (diff)
clang-format
Diffstat (limited to 'src/core/transport/static_metadata.c')
-rw-r--r--src/core/transport/static_metadata.c89
1 files changed, 14 insertions, 75 deletions
diff --git a/src/core/transport/static_metadata.c b/src/core/transport/static_metadata.c
index f0b0f86310..c4dc0c7b88 100644
--- a/src/core/transport/static_metadata.c
+++ b/src/core/transport/static_metadata.c
@@ -58,79 +58,18 @@ const gpr_uint8 grpc_static_metadata_elem_indices[GRPC_STATIC_MDELEM_COUNT *
67, 7, 68, 28, 69, 70, 71, 28, 72, 28, 73, 28, 74, 28, 75, 28};
const char *const grpc_static_metadata_strings[GRPC_STATIC_MDSTR_COUNT] = {
- "0",
- "200",
- "204",
- "206",
- "304",
- "400",
- "404",
- "500",
- "accept",
- "accept-charset",
- "accept-encoding",
- "accept-language",
- "accept-ranges",
- "access-control-allow-origin",
- "age",
- "allow",
- ":authority",
- "authorization",
- "cache-control",
- "content-disposition",
- "content-encoding",
- "content-language",
- "content-length",
- "content-location",
- "content-range",
- "content-type",
- "cookie",
- "date",
- "",
- "etag",
- "expect",
- "expires",
- "from",
- "GET",
- "grpc",
- "grpc-accept-encoding",
- "grpc-encoding",
- "grpc-message",
- "grpc-status",
- "grpc-timeout",
- "gzip, deflate",
- "host",
- "http",
- "https",
- "if-match",
- "if-modified-since",
- "if-none-match",
- "if-range",
- "if-unmodified-since",
- "last-modified",
- "link",
- "location",
- "max-forwards",
- ":method",
- ":path",
- "POST",
- "proxy-authenticate",
- "proxy-authorization",
- "range",
- "referer",
- "refresh",
- "retry-after",
- ":scheme",
- "server",
- "set-cookie",
- "/",
- "/index.html",
- ":status",
- "strict-transport-security",
- "te",
- "trailers",
- "transfer-encoding",
- "user-agent",
- "vary",
- "via",
+ "0", "200", "204", "206", "304", "400", "404", "500", "accept",
+ "accept-charset", "accept-encoding", "accept-language", "accept-ranges",
+ "access-control-allow-origin", "age", "allow", ":authority",
+ "authorization", "cache-control", "content-disposition", "content-encoding",
+ "content-language", "content-length", "content-location", "content-range",
+ "content-type", "cookie", "date", "", "etag", "expect", "expires", "from",
+ "GET", "grpc", "grpc-accept-encoding", "grpc-encoding", "grpc-message",
+ "grpc-status", "grpc-timeout", "gzip, deflate", "host", "http", "https",
+ "if-match", "if-modified-since", "if-none-match", "if-range",
+ "if-unmodified-since", "last-modified", "link", "location", "max-forwards",
+ ":method", ":path", "POST", "proxy-authenticate", "proxy-authorization",
+ "range", "referer", "refresh", "retry-after", ":scheme", "server",
+ "set-cookie", "/", "/index.html", ":status", "strict-transport-security",
+ "te", "trailers", "transfer-encoding", "user-agent", "vary", "via",
"www-authenticate"};