HttpServer

korolev.http.HttpServer$
object HttpServer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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]]

Attributes

See also:

ServerSocket.bind