HttpRecord

wvlet.airframe.http.recorder.HttpRecord
See theHttpRecord companion object
case class HttpRecord(session: String, requestHash: Int, method: String, destHost: String, path: String, requestHeader: Seq[(String, String)], requestBody: String, responseCode: Int, responseHeader: Seq[(String, String)], responseBody: String, createdAt: Instant)

HTTP response record that will be stored to the database

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def insertInto(tableName: String, conn: Connection): Unit
def summary: String
def toResponse: Response

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product