HttpBody
Describes HTTP body parameters for a request or response payload.
Content copied to clipboard
elide.http.HttpBody
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Content chunks which constitute this payload; fixed-size responses have only one chunk.
Content copied to clipboard
repeated bytes content = 4;
Link copied to clipboard
Content chunks which constitute this payload; fixed-size responses have only one chunk.
Content copied to clipboard
repeated bytes content = 4;
Link copied to clipboard
Content chunks which constitute this payload; fixed-size responses have only one chunk.
Content copied to clipboard
repeated bytes content = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether an HTTP body is present.
Content copied to clipboard
bool present = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Content type declared for this payload, if available.
Content copied to clipboard
string type = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard