HttpRequestInfo
Informational structure describing a version-agnostic HTTP request.
Content copied to clipboard
elide.http.HttpRequestInfo
Types
Properties
Functions
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
Specifies the HTTP headers constituent to the request.
Content copied to clipboard
.elide.http.HttpHeaders headers = 5;
Link copied to clipboard
Specifies the HTTP headers constituent to the request.
Content copied to clipboard
.elide.http.HttpHeaders headers = 5;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Standard HTTP method.
Content copied to clipboard
.elide.http.HttpMethod method = 1;
Link copied to clipboard
Custom HTTP method.
Content copied to clipboard
string method_name = 2;
Link copied to clipboard
Custom HTTP method.
Content copied to clipboard
string method_name = 2;
Link copied to clipboard
Standard HTTP method.
Content copied to clipboard
.elide.http.HttpMethod method = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the HTTP request path.
Content copied to clipboard
string path = 3;
Link copied to clipboard
Specifies "search" (query) parameters for this URL.
Content copied to clipboard
string query = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the HTTP headers constituent to the request.
Content copied to clipboard
.elide.http.HttpHeaders headers = 5;
Link copied to clipboard
Custom HTTP method.
Content copied to clipboard
string method_name = 2;
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
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): HttpRequestInfo
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): HttpRequestInfo
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard