Function deno_fetch::op_fetch[][src]

pub fn op_fetch<FP>(
    state: &mut OpState,
    args: FetchArgs,
    data: Option<ZeroCopyBuf>
) -> Result<FetchReturn, AnyError> where
    FP: FetchPermissions + 'static,