{"id":22820240,"url":"https://github.com/kizzycode/http_file","last_synced_at":"2025-03-30T23:16:44.935Z","repository":{"id":66117963,"uuid":"117241495","full_name":"KizzyCode/http_file","owner":"KizzyCode","description":"This library provides POSIX-like random-read-access to a HTTP-resource","archived":false,"fork":false,"pushed_at":"2018-01-12T13:28:34.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T04:44:17.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KizzyCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-12T12:59:24.000Z","updated_at":"2018-01-12T12:59:51.000Z","dependencies_parsed_at":"2023-02-20T17:31:01.965Z","dependency_job_id":null,"html_url":"https://github.com/KizzyCode/http_file","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fhttp_file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fhttp_file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fhttp_file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fhttp_file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KizzyCode","download_url":"https://codeload.github.com/KizzyCode/http_file/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390858,"owners_count":20769478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T15:17:20.609Z","updated_at":"2025-03-30T23:16:44.922Z","avatar_url":"https://github.com/KizzyCode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)\n\n# About\nThis library provides POSIX-like random-read-access to a HTTP-resource\n\nIt provides the following features:\n - `open`ing a HTTP-resource: this validates if the server supports HTTP-range-requests (required for random access), gets\n   the resources's size and removes the percent-encoding to display a human-readable filename\n - `read`/`read_at`, `seek`/`tell` and some helper-APIs\n\n# Dependencies\nThis library depends on [network_io](https://github.com/KizzyCode/network_io) for the network-operations and\n[http](https://github.com/KizzyCode/http) for the HTTP-encoding/decoding.\n\n# Build Library and Documentation\nTo build the documentation, go into the projects root-directory and run `cargo doc --release`; to open the documentation\nin your web-browser, run `cargo doc --open`.\n\nTo build the library, go into the projects root-directory and run `cargo build --release`; you can find the build in\ntarget/release.\n\n# TODO\n - HTTPS-support\n - Background-prefetching for better performance\n - Maybe adaptive cache-resizing","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fhttp_file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkizzycode%2Fhttp_file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fhttp_file/lists"}