pub fn new<S: Into<String>>(webhook_secret: S) -> ServerBuilderExpand 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.