pub struct HttpView { /* private fields */ }Expand description
A running HTTP view.
Implementations§
Source§impl HttpView
impl HttpView
Sourcepub fn builder(
store: Arc<dyn ObjectStore>,
exposures: Arc<dyn Exposures>,
) -> HttpBuilder
pub fn builder( store: Arc<dyn ObjectStore>, exposures: Arc<dyn Exposures>, ) -> HttpBuilder
Start building.
Sourcepub fn address(&self) -> SocketAddr
pub fn address(&self) -> SocketAddr
Where it is listening.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpView
impl !UnwindSafe for HttpView
impl Freeze for HttpView
impl Send for HttpView
impl Sync for HttpView
impl Unpin for HttpView
impl UnsafeUnpin for HttpView
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more