public static interface Http1ProtocolOptions.HeaderKeyFormatOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Http1ProtocolOptions.HeaderKeyFormat.HeaderFormatCase |
getHeaderFormatCase() |
Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords |
getProperCaseWords()
Formats the header by proper casing words: the first character and any character following
a special character will be capitalized if it's an alpha character.
|
Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWordsOrBuilder |
getProperCaseWordsOrBuilder()
Formats the header by proper casing words: the first character and any character following
a special character will be capitalized if it's an alpha character.
|
boolean |
hasProperCaseWords()
Formats the header by proper casing words: the first character and any character following
a special character will be capitalized if it's an alpha character.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProperCaseWords()
Formats the header by proper casing words: the first character and any character following a special character will be capitalized if it's an alpha character. For example, "content-type" becomes "Content-Type", and "foo$b#$are" becomes "Foo$B#$Are". Note that while this results in most headers following conventional casing, certain headers are not covered. For example, the "TE" header will be formatted as "Te".
.envoy.config.core.v4alpha.Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords proper_case_words = 1;Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords getProperCaseWords()
Formats the header by proper casing words: the first character and any character following a special character will be capitalized if it's an alpha character. For example, "content-type" becomes "Content-Type", and "foo$b#$are" becomes "Foo$B#$Are". Note that while this results in most headers following conventional casing, certain headers are not covered. For example, the "TE" header will be formatted as "Te".
.envoy.config.core.v4alpha.Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords proper_case_words = 1;Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWordsOrBuilder getProperCaseWordsOrBuilder()
Formats the header by proper casing words: the first character and any character following a special character will be capitalized if it's an alpha character. For example, "content-type" becomes "Content-Type", and "foo$b#$are" becomes "Foo$B#$Are". Note that while this results in most headers following conventional casing, certain headers are not covered. For example, the "TE" header will be formatted as "Te".
.envoy.config.core.v4alpha.Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords proper_case_words = 1;Http1ProtocolOptions.HeaderKeyFormat.HeaderFormatCase getHeaderFormatCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.