Struct conduit_hyper::Server [−][src]
pub struct Server;Expand description
A builder for a hyper::Server (behind an opaque impl Future).
Implementations
Bind a handler to an address.
This returns an opaque impl Future so while it can be directly spawned on a
tokio::Runtime it is not possible to furter configure the hyper::Server. If more
control, such as configuring a graceful shutdown is necessary, then call
Service::from_blocking instead.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Server
impl UnwindSafe for Server
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more