wip: manipulate response header

This commit is contained in:
Jun Kurihara 2023-11-28 16:56:23 +09:00
commit f0b0dbc252
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
4 changed files with 57 additions and 54 deletions

View file

@ -10,4 +10,4 @@ pub(crate) use self::{
upstream::{PathManager, Upstream, UpstreamCandidates},
upstream_opts::UpstreamOption,
};
pub(crate) use backend_main::{BackendAppBuilderError, BackendAppManager};
pub(crate) use backend_main::{BackendApp, BackendAppBuilderError, BackendAppManager};