mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 18:09:22 +02:00
better export naming
This commit is contained in:
@ -13,10 +13,10 @@ pub use self::session::{RequestSession, Session, SessionImpl, SessionBackend, Se
|
||||
|
||||
/// Middleware start result
|
||||
pub enum Started {
|
||||
/// Moddleware error
|
||||
Err(Error),
|
||||
/// Execution completed
|
||||
Done,
|
||||
/// Moddleware error
|
||||
Err(Error),
|
||||
/// New http response got generated. If middleware generates response
|
||||
/// handler execution halts.
|
||||
Response(HttpResponse),
|
||||
|
Reference in New Issue
Block a user