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

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

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

import com.github.kristofa.brave.http.HttpResponse
import play.api.mvc.Result

class PlayServerResponse(result: Result) extends HttpResponse {
  override def getHttpStatusCode: Int = result.header.status
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy