Common

io.chrisdavenport.http4s.log4cats.contextlog.HttpStructuredContext$.Common$
object Common

Attributes

Source
HttpStructuredContext.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Common.type

Members list

Value members

Concrete methods

def flavor(httpVersion: HttpVersion): (String, String)

Attributes

Source
HttpStructuredContext.scala
def host(host: Host): (String, String)

Attributes

Source
HttpStructuredContext.scala
def method(m: Method): (String, String)

Attributes

Source
HttpStructuredContext.scala
def peerIp(ip: IpAddress): (String, String)

Attributes

Source
HttpStructuredContext.scala
def peerPort(port: Port): (String, String)

Attributes

Source
HttpStructuredContext.scala
def retryCount(i: Int): (String, String)

Attributes

Source
HttpStructuredContext.scala
def scheme(scheme: Scheme): (String, String)

Attributes

Source
HttpStructuredContext.scala
def status(status: Status): (String, String)

Attributes

Source
HttpStructuredContext.scala
def target(url: Uri): (String, String)

Attributes

Source
HttpStructuredContext.scala
def url(url: Uri): (String, String)

Attributes

Source
HttpStructuredContext.scala
def userAgent(userAgent: User-Agent): (String, String)

Attributes

Source
HttpStructuredContext.scala