All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.elastic4s.HttpResponse.scala Maven / Gradle / Ivy

package com.sksamuel.elastic4s

/**
  * The response passed to the callabck of a [[HttpClient]].
  */
case class HttpResponse(statusCode: Int, entity: Option[HttpEntity.StringEntity], headers: Map[String, String])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy