{"id":14972877,"url":"https://github.com/eoxserver/http_access","last_synced_at":"2026-02-01T00:05:24.850Z","repository":{"id":44322946,"uuid":"361759121","full_name":"EOxServer/http_access","owner":"EOxServer","description":"Django app that enables http access to EOxServer data via multipart requests","archived":false,"fork":false,"pushed_at":"2022-02-11T16:38:20.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-15T08:02:18.376Z","etag":null,"topics":["django","django-application","raster"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EOxServer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-26T13:24:28.000Z","updated_at":"2022-12-23T13:10:16.000Z","dependencies_parsed_at":"2022-09-04T08:41:04.552Z","dependency_job_id":null,"html_url":"https://github.com/EOxServer/http_access","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/EOxServer/http_access","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Fhttp_access","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Fhttp_access/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Fhttp_access/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Fhttp_access/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EOxServer","download_url":"https://codeload.github.com/EOxServer/http_access/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EOxServer%2Fhttp_access/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259942750,"owners_count":22935323,"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":["django","django-application","raster"],"created_at":"2024-09-24T13:47:40.776Z","updated_at":"2026-02-01T00:05:24.844Z","avatar_url":"https://github.com/EOxServer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# http_access\n\nAn extension of `eoxserver` that allows direct http access and range requests to access\nraster data.\n\n## Install\n\nTo add to a django instance, edit the following files:\n\n`settings.py`\n\n```python\nINSTALLED_APPS = (\n    ...\n    'http_access'\n)\n```\n\n`urls.py`\n\n```python\n\nurlpatterns = [\n    ...\n    re_path(r'^http/', include('http_access.urls'))\n]\n\n```\n\n## Usage\n\nThe files can directly be accessed with http range requests with the `Range` header, the\nstorage name (`STORAGE_NAME`) and the path to the file (`/PATH/TO/FILE`) in the storage.\n\n```shell\ncurl -i -H \"Range: bytes=15-60\" http://host.com/http/storage/\u003cSTORAGE_NAME\u003e/\u003cPATH/TO/FILE\u003e\n```\n\nWhen the file is not located on a storage, but on a local filesystem, the following request is to be used:\n\n```shell\ncurl -i -H \"Range: bytes=15-60\" http://host.com/http/local/\u003cPATH/TO/FILE\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoxserver%2Fhttp_access","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feoxserver%2Fhttp_access","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoxserver%2Fhttp_access/lists"}