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

io.github.cactacea.finasocket.Request.scala Maven / Gradle / Ivy

The newest version!
package io.github.cactacea.finasocket

import java.net.{SocketAddress, URI}

import com.twitter.concurrent.AsyncStream

import scala.collection.immutable

case class Request(
    uri: URI,
    headers: immutable.Map[String, String],
    remoteAddress: SocketAddress,
    messages: AsyncStream[Frame])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy