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

com.outtherelabs.braveplay.http.PlayClientResponse.scala Maven / Gradle / Ivy

The newest version!
package com.outtherelabs.braveplay.http

import com.github.kristofa.brave.http.HttpResponse
import play.api.libs.ws.WSResponse

class PlayClientResponse(response: WSResponse) extends HttpResponse {
  override def getHttpStatusCode: Int = response.status
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy