package model
Type Members
-
final
case class
HttpRequest(httpVersion: String, method: String, uri: String, headers: HttpHeaders, body: Array[Byte], timestamp: Long) extends Product with Serializable
- Annotations
- @SuppressWarnings()
-
final
case class
HttpResponse(status: Int, statusText: String, headers: HttpHeaders, body: Array[Byte], timestamp: Long) extends Product with Serializable
- Annotations
- @SuppressWarnings()