pub async fn serve_http<S>(
addr: SocketAddr,
store: Arc<S>,
limits: ServerLimits,
auth: AuthConfig,
) -> Result<()>where
S: MemoryStore + 'static,pub async fn serve_http<S>(
addr: SocketAddr,
store: Arc<S>,
limits: ServerLimits,
auth: AuthConfig,
) -> Result<()>where
S: MemoryStore + 'static,