pub struct HttpSubsystemFactory { /* private fields */ }Expand description
Factory for creating HTTP subsystem instances.
Implementations§
Source§impl HttpSubsystemFactory
impl HttpSubsystemFactory
Sourcepub fn new(config: HttpConfig) -> Self
pub fn new(config: HttpConfig) -> Self
Create a new HTTP subsystem factory with the given configuration.
Trait Implementations§
Source§impl SubsystemFactory<StandardCommandTransaction> for HttpSubsystemFactory
impl SubsystemFactory<StandardCommandTransaction> for HttpSubsystemFactory
fn create(self: Box<Self>, ioc: &IocContainer) -> Result<Box<dyn Subsystem>>
fn provide_interceptors( &self, builder: StandardInterceptorBuilder<CT>, _ioc: &IocContainer, ) -> StandardInterceptorBuilder<CT>
Auto Trait Implementations§
impl Freeze for HttpSubsystemFactory
impl RefUnwindSafe for HttpSubsystemFactory
impl Send for HttpSubsystemFactory
impl Sync for HttpSubsystemFactory
impl Unpin for HttpSubsystemFactory
impl UnwindSafe for HttpSubsystemFactory
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more