pub fn register_http_vfs_with_custom(
cb: impl FnOnce(HttpVfsRegister) -> HttpVfsRegister,
)Expand description
register http vfs with custom client
use Once internally to ensure only register once
pub fn register_http_vfs_with_custom(
cb: impl FnOnce(HttpVfsRegister) -> HttpVfsRegister,
)register http vfs with custom client
use Once internally to ensure only register once