Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE: 42 and 30, implement headers to catalog v1 and get MimeType (#52)
* implement headers to catalog v1 and get MimeType * migragte header struct from carbonado to carbonado-node * clean up .toml * cargo.toml cleanup * refactor mime_type to http * clean up str_ * test write_read * backup_test * catalog_header breaks_test * fix clippy errors * backup_mimetype_check_once * pass mime_type to tuple works * clippy fix and health check * Update src/backend/fs.rs Co-authored-by: Hunter Beast <[email protected]> * syntax error fs.rs closure * segment:Bytes syntax error * other solution WIP * parsing tuple from result * segment_bytes needs to be as Bytes * backup working stream with mime_type * debugged read_file for cataloog header split form content * infer svg from 1024 bytes if mime_type is text/xml * cleanup for svg mime_type * cargo.toml point to carbanado after local testing * clippy fix _url * backup channels * all file sizes bit to small * mock watch in test * mock watch in test debug * cleanup debug --------- Co-authored-by: Hunter Beast <[email protected]>
- Loading branch information