amber/serve/serve_option

Types

pub type ServeOption {
  Port(Int)
  Hostname(String)
  Signal(abort_signal.AbortSignal)
  OnListen(fn(net_addr.NetAddr) -> Nil)
  OnError(fn(error.Error) -> response.Response)
  ReusePort
}

Constructors

Search Document