refactor http handler
This commit is contained in:
parent
2e3216019b
commit
a40d8a0072
7 changed files with 91 additions and 72 deletions
|
|
@ -9,6 +9,7 @@ pub use handler_main::{HttpMessageHandler, HttpMessageHandlerBuilder, HttpMessag
|
|||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug)]
|
||||
/// Context object to handle sticky cookies at HTTP message handler
|
||||
struct HandlerContext {
|
||||
#[cfg(feature = "sticky-cookie")]
|
||||
context_lb: Option<LbContext>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue