feat: very unstalbe implementation of initial file cache
This commit is contained in:
parent
719e845d5e
commit
c20e80b64c
22 changed files with 340 additions and 32 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod cache;
|
||||
mod forwarder;
|
||||
mod handler_main;
|
||||
mod utils_headers;
|
||||
|
|
@ -6,6 +7,7 @@ mod utils_synth_response;
|
|||
|
||||
#[cfg(feature = "sticky-cookie")]
|
||||
use crate::backend::LbContext;
|
||||
pub use cache::CacheObject;
|
||||
pub use {
|
||||
forwarder::Forwarder,
|
||||
handler_main::{HttpMessageHandler, HttpMessageHandlerBuilder, HttpMessageHandlerBuilderError},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue