Package-level declarations

Types

Link copied to clipboard
class ConnectionInfo : GeneratedMessage, ConnectionInfoOrBuilder
Specifies information about the active HTTP connection.
Protobuf type elide.http.ConnectionInfo
Link copied to clipboard

Protobuf type elide.http.ConnectionInfo

Link copied to clipboard
interface ConnectionInfoOrBuilder : MessageOrBuilder
Link copied to clipboard
class Http
Link copied to clipboard
Specifies HTTP authorization metadata, detected from a request (as applicable).
Protobuf type elide.http.HttpAuthorization
Link copied to clipboard
Specifies authorization info returned in an HTTP response header.
Protobuf type elide.http.HttpAuthorizationInfo
Link copied to clipboard

Protobuf type elide.http.HttpAuthorizationInfo

Link copied to clipboard
interface HttpAuthorizationInfoOrBuilder : MessageOrBuilder
Link copied to clipboard

Protobuf type elide.http.HttpAuthorization

Link copied to clipboard
interface HttpAuthorizationOrBuilder : MessageOrBuilder
Link copied to clipboard
enum HttpAuthorizationType : ProtocolMessageEnum
Enumerates known HTTP authorization types.
Protobuf enum elide.http.HttpAuthorizationType
Link copied to clipboard
class HttpBody : GeneratedMessage, HttpBodyOrBuilder
Describes HTTP body parameters for a request or response payload.
Protobuf type elide.http.HttpBody
Link copied to clipboard
object HttpBodyKt

Protobuf type elide.http.HttpBody

Link copied to clipboard
interface HttpBodyOrBuilder : MessageOrBuilder
Link copied to clipboard
Informational structure describing metadata known for a given HTTP interaction or cycle.
Protobuf type elide.http.HttpCommonMetadata
Link copied to clipboard

Protobuf type elide.http.HttpCommonMetadata

Link copied to clipboard
interface HttpCommonMetadataOrBuilder : MessageOrBuilder
Link copied to clipboard
class HttpCycle : GeneratedMessage, HttpCycleOrBuilder
HTTP request and response cycle.
Protobuf type elide.http.HttpCycle
Link copied to clipboard

Protobuf type elide.http.HttpCycle

Link copied to clipboard
interface HttpCycleOrBuilder : MessageOrBuilder
Link copied to clipboard
class HttpEdgeInfo : GeneratedMessage, HttpEdgeInfoOrBuilder
Specifies request metadata provided by an active HTTP edge proxy, as applicable.
Protobuf type elide.http.HttpEdgeInfo
Link copied to clipboard

Protobuf type elide.http.HttpEdgeInfo

Link copied to clipboard
interface HttpEdgeInfoOrBuilder : MessageOrBuilder
Link copied to clipboard
class HttpHeader : GeneratedMessage, HttpHeaderOrBuilder
HTTP header.
Protobuf type elide.http.HttpHeader
Link copied to clipboard

Protobuf type elide.http.HttpHeader

Link copied to clipboard
interface HttpHeaderOrBuilder : MessageOrBuilder
Link copied to clipboard
class HttpHeaders : GeneratedMessage, HttpHeadersOrBuilder
HTTP headers.
Protobuf type elide.http.HttpHeaders
Link copied to clipboard

Protobuf type elide.http.HttpHeaders

Link copied to clipboard
interface HttpHeadersOrBuilder : MessageOrBuilder
Link copied to clipboard
enum HttpMethod : ProtocolMessageEnum
HTTP request method.
Protobuf enum elide.http.HttpMethod
Link copied to clipboard
class HttpRequest : GeneratedMessage, HttpRequestOrBuilder
HTTP request structure.
Protobuf type elide.http.HttpRequest
Link copied to clipboard
class HttpRequestInfo : GeneratedMessage, HttpRequestInfoOrBuilder
Informational structure describing a version-agnostic HTTP request.
Protobuf type elide.http.HttpRequestInfo
Link copied to clipboard

Protobuf type elide.http.HttpRequestInfo

Link copied to clipboard
interface HttpRequestInfoOrBuilder : MessageOrBuilder
Link copied to clipboard

Protobuf type elide.http.HttpRequest

Link copied to clipboard
HTTP request-specific metadata.
Protobuf type elide.http.HttpRequestMetadata
Link copied to clipboard

Protobuf type elide.http.HttpRequestMetadata

Link copied to clipboard
interface HttpRequestMetadataOrBuilder : MessageOrBuilder
Link copied to clipboard
interface HttpRequestOrBuilder : MessageOrBuilder
Link copied to clipboard
class HttpResponse : GeneratedMessage, HttpResponseOrBuilder
HTTP response structure.
Protobuf type elide.http.HttpResponse
Link copied to clipboard

Protobuf type elide.http.HttpResponse

Link copied to clipboard
HTTP response-specific metadata.
Protobuf type elide.http.HttpResponseMetadata
Link copied to clipboard

Protobuf type elide.http.HttpResponseMetadata

Link copied to clipboard
interface HttpResponseMetadataOrBuilder : MessageOrBuilder
Link copied to clipboard
interface HttpResponseOrBuilder : MessageOrBuilder
Link copied to clipboard
enum HttpStatus : ProtocolMessageEnum
Enumerates HTTP status codes known to this protocol.
Protobuf enum elide.http.HttpStatus
Link copied to clipboard
enum HttpVersion : ProtocolMessageEnum
HTTP versions known to this protocol.
Protobuf enum elide.http.HttpVersion
Link copied to clipboard
class ProxyMetadata : GeneratedMessage, ProxyMetadataOrBuilder
Specifies metadata relating to proxied HTTP requests.
Protobuf type elide.http.ProxyMetadata
Link copied to clipboard

Protobuf type elide.http.ProxyMetadata

Link copied to clipboard
interface ProxyMetadataOrBuilder : MessageOrBuilder
Link copied to clipboard
Specifies transport-related HTTP connection or interaction metadata.
Protobuf type elide.http.TransportMetadata
Link copied to clipboard

Protobuf type elide.http.TransportMetadata

Link copied to clipboard
interface TransportMetadataOrBuilder : MessageOrBuilder

Properties

Functions

Link copied to clipboard
@JvmName(name = "-initializeconnectionInfo")
inline fun connectionInfo(block: ConnectionInfoKt.Dsl.() -> Unit): ConnectionInfo
Link copied to clipboard
inline fun HttpBody.copy(block: HttpBodyKt.Dsl.() -> Unit): HttpBody
inline fun HttpCycle.copy(block: HttpCycleKt.Dsl.() -> Unit): HttpCycle
inline fun HttpHeader.copy(block: HttpHeaderKt.Dsl.() -> Unit): HttpHeader
Link copied to clipboard
@JvmName(name = "-initializehttpAuthorization")
inline fun httpAuthorization(block: HttpAuthorizationKt.Dsl.() -> Unit): HttpAuthorization
Link copied to clipboard
@JvmName(name = "-initializehttpAuthorizationInfo")
inline fun httpAuthorizationInfo(block: HttpAuthorizationInfoKt.Dsl.() -> Unit): HttpAuthorizationInfo
Link copied to clipboard
@JvmName(name = "-initializehttpBody")
inline fun httpBody(block: HttpBodyKt.Dsl.() -> Unit): HttpBody
Link copied to clipboard
@JvmName(name = "-initializehttpCommonMetadata")
inline fun httpCommonMetadata(block: HttpCommonMetadataKt.Dsl.() -> Unit): HttpCommonMetadata
Link copied to clipboard
@JvmName(name = "-initializehttpCycle")
inline fun httpCycle(block: HttpCycleKt.Dsl.() -> Unit): HttpCycle
Link copied to clipboard
@JvmName(name = "-initializehttpEdgeInfo")
inline fun httpEdgeInfo(block: HttpEdgeInfoKt.Dsl.() -> Unit): HttpEdgeInfo
Link copied to clipboard
@JvmName(name = "-initializehttpHeader")
inline fun httpHeader(block: HttpHeaderKt.Dsl.() -> Unit): HttpHeader
Link copied to clipboard
@JvmName(name = "-initializehttpHeaders")
inline fun httpHeaders(block: HttpHeadersKt.Dsl.() -> Unit): HttpHeaders
Link copied to clipboard
@JvmName(name = "-initializehttpRequest")
inline fun httpRequest(block: HttpRequestKt.Dsl.() -> Unit): HttpRequest
Link copied to clipboard
@JvmName(name = "-initializehttpRequestInfo")
inline fun httpRequestInfo(block: HttpRequestInfoKt.Dsl.() -> Unit): HttpRequestInfo
Link copied to clipboard
@JvmName(name = "-initializehttpRequestMetadata")
inline fun httpRequestMetadata(block: HttpRequestMetadataKt.Dsl.() -> Unit): HttpRequestMetadata
Link copied to clipboard
@JvmName(name = "-initializehttpResponse")
inline fun httpResponse(block: HttpResponseKt.Dsl.() -> Unit): HttpResponse
Link copied to clipboard
@JvmName(name = "-initializehttpResponseMetadata")
inline fun httpResponseMetadata(block: HttpResponseMetadataKt.Dsl.() -> Unit): HttpResponseMetadata
Link copied to clipboard
@JvmName(name = "-initializeproxyMetadata")
inline fun proxyMetadata(block: ProxyMetadataKt.Dsl.() -> Unit): ProxyMetadata
Link copied to clipboard
@JvmName(name = "-initializetransportMetadata")
inline fun transportMetadata(block: TransportMetadataKt.Dsl.() -> Unit): TransportMetadata