Common

object Common
class Object
trait Matchable
class Any
Common.type

Value members

Concrete methods

def flavor(httpVersion: HttpVersion): (String, TraceValue)
def host(host: Host): (String, TraceValue)
def method(m: Method): (String, TraceValue)
def peerIp(ip: IpAddress): (String, TraceValue)
def peerPort(port: Port): (String, TraceValue)
def requestContentLength(cl: Long): (String, TraceValue)
def responseContentLength(cl: Long): (String, TraceValue)
def retryCount(i: Int): (String, TraceValue)
def scheme(scheme: Scheme): (String, TraceValue)
def status(status: Status): (String, TraceValue)
def target(url: Uri): (String, TraceValue)
def url(url: Uri): (String, TraceValue)
def userAgent(userAgent: User-Agent): (String, TraceValue)