fn create_resource_with_bytes_from_resource(
    bytes: &[u8],
    resource: &CachedResource,
) -> CachedResourceExpand description
Create a new resource, based on the bytes requested, and an existing resource, with a status-code of 206.
fn create_resource_with_bytes_from_resource(
    bytes: &[u8],
    resource: &CachedResource,
) -> CachedResourceCreate a new resource, based on the bytes requested, and an existing resource, with a status-code of 206.