HttpServer

object HttpServer
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_] : Effect, B : BytesLike](address: SocketAddress, backlog: Int, bufferSize: Int, group: AsynchronousChannelGroup, gracefulShutdown: Boolean)(f: Request[Stream[F, B]] => F[Response[Stream[F, B]]])(implicit evidence$1: Effect[F], evidence$2: BytesLike[B], ec: ExecutionContext): F[ServerSocketHandler[F]]
See also:

ServerSocket.bind