new

Function new 

Source
pub fn new<S: Into<String>>(webhook_secret: S) -> ServerBuilder
Expand description

Returns a ServerBuilder with the given webhook secret.

Call Self::on() to register closures to be run when the given event is received and Self::build() to retrieve the final tide::Server.