This website requires JavaScript.
Explore
Help
Sign In
actix
/
actix-extras
Watch
1
Star
0
Fork
0
You've already forked actix-extras
mirror of
https://github.com/actix/actix-extras.git
synced
2025-01-24 15:51:47 +01:00
Code
Issues
Releases
Wiki
Activity
actix-extras
/
src
/
service
/
mod.rs
6 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
simplify payload api; add missing http error helper functions
2019-02-07 11:06:05 -08:00
use
h2
::
RecvStream
;
move service to submodule; update travis config
2019-01-30 10:29:15 -08:00
mod
senderror
;
pub
use
self
::
senderror
::
{
SendError
,
SendResponse
}
;
Reference in New Issue
Copy Permalink