Struct finchers::service::ServerBuilder [] [src]

pub struct ServerBuilder { /* fields omitted */ }

The factory of HTTP service

Methods

impl ServerBuilder
[src]

[src]

Set the listener address of the service

[src]

Set the number of worker threads

[src]

Set the "raw" HTTP protocol

[src]

Set the secret key used by CookieManager.

[src]

Start an HTTP server with given endpoint

Trait Implementations

impl Debug for ServerBuilder
[src]

[src]

Formats the value using the given formatter.

impl Default for ServerBuilder
[src]

[src]

Returns the "default value" for a type. Read more