register_http_vfs_with_custom

Function register_http_vfs_with_custom 

Source
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