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

com.twitter.finagle.http.codec.OneHundredContinueResponse.scala Maven / Gradle / Ivy

package com.twitter.finagle.http.codec

import org.jboss.netty.handler.codec.http.{DefaultHttpResponse, HttpResponseStatus, HttpVersion}

private[finagle] object OneHundredContinueResponse
  extends DefaultHttpResponse(
    HttpVersion.HTTP_1_1,
    HttpResponseStatus.CONTINUE)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy