{"id":16919587,"url":"https://github.com/bboe/extended_http_server","last_synced_at":"2025-03-17T07:31:29.149Z","repository":{"id":4420290,"uuid":"5558052","full_name":"bboe/extended_http_server","owner":"bboe","description":"An extended version of python's SimpleHTTPServer that supports https, authentication, rate limiting, and download resuming.","archived":false,"fork":false,"pushed_at":"2021-07-17T06:43:21.000Z","size":10,"stargazers_count":90,"open_issues_count":1,"forks_count":9,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-05-01T23:57:53.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/bboe.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":"2012-08-26T06:44:20.000Z","updated_at":"2024-03-15T16:15:59.000Z","dependencies_parsed_at":"2022-09-09T05:00:30.301Z","dependency_job_id":null,"html_url":"https://github.com/bboe/extended_http_server","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Fextended_http_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Fextended_http_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Fextended_http_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboe%2Fextended_http_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bboe","download_url":"https://codeload.github.com/bboe/extended_http_server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221673965,"owners_count":16861748,"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-10-13T19:44:50.687Z","updated_at":"2024-10-27T12:14:13.193Z","avatar_url":"https://github.com/bboe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Installation\n\n    pip install ext_http_server\n\n### Generate a certificate\n\nRun the following to generate cert.pem:\n\n    openssl req -new -x509 -days 365 -nodes -out cert.pem -keyout cert.pem\n\n### Running ext_http_server\n\nIf you have files you want to serve in `/tmp/path/to/files/` run the following\nto serve them up with a max outgoing throughput of 16KBps:\n\n    ext_http_server --cert cert.pem -d /tmp/path/to/files -r16 -a foo:bar\n\nBy default, you will be able to access the webserver at\n[https://localhost:8000](https://localhost:8000). To authenticate, use the\nusername `foo` and the password `bar` as indicated by the `-a foo:bar`\nargument. Note that multiple `-a` arguments can be added to add more than one\nuser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbboe%2Fextended_http_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbboe%2Fextended_http_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbboe%2Fextended_http_server/lists"}