Enum jsonrpsee_http_server::AllowHosts [−][src]
Expand description
Allowed hosts for http header ‘host’
Variants
Any
Allow requests from any host
Only(Vec<Host>)
Allow only a selection of specific hosts
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AllowHosts
impl Send for AllowHosts
impl Sync for AllowHosts
impl Unpin for AllowHosts
impl UnwindSafe for AllowHosts
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more