Docs.rs
finchers-0.13.5
finchers 0.13.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ubnt-intrepid
Dependencies
bitflags ^1.0.4
normal
bytes ^0.4.9
normal
cookie ^0.11.0
normal
either ^1.5.0
normal
failure ^0.1.2
normal
futures ^0.1.23
normal
http ^0.1.10
normal
hyper ^0.12.7
normal
log ^0.4.3
normal
mime ^0.3.8
normal
mime_guess ^2.0.0-alpha.6
normal
percent-encoding ^1.0.1
normal
serde ^1.0.71
normal
serde_json ^1.0.24
normal
serde_qs ^0.4.1
normal
tokio ^0.1.8
normal
tokio-threadpool ^0.1.7
normal
tower-service ^0.1.0
normal
tower-web ^0.3.0
normal
optional
url ^1.7.1
normal
cargo-husky ^1
dev
matches ^0.1.8
dev
version_check ^0.1.5
build
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
error_handler
finchers
0.13.5
In finchers::
server::
middleware
finchers
::
server
::
middleware
Function
error_
handler
Copy item path
Source
pub fn error_handler<F, Bd>(f: F) ->
ErrorHandler
<F>
where F:
Fn
(
Error
) ->
Response
<Bd> +
Clone
,