HttpRequestLog

constructor(protocol: String, method: String, schema: String, host: String, port: Int, path: String, query: String? = null, headers: Map<String, String?> = emptyMap(), body: Any? = null, throwable: Throwable? = null, timestamp: LocalDateTime = Clock.System.now().toLocalDateTime(TimeZone.UTC))