Incoming

class Incoming(val uri: Uri, val method: Method, val status: Status, val latency: Long, val xUriTemplate: String) : HttpEvent

Constructors

Link copied to clipboard
constructor(tx: HttpTransaction)
constructor(uri: Uri, method: Method, status: Status, latency: Long, xUriTemplate: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: Uri
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun Event.plus(that: Pair<String, Any>): Event

Attach some metadata to this event

Link copied to clipboard
open override fun toString(): String