{"id":16612724,"url":"https://github.com/zerosteiner/advancedhttpserver","last_synced_at":"2025-03-21T14:31:13.939Z","repository":{"id":17701392,"uuid":"20507447","full_name":"zeroSteiner/AdvancedHTTPServer","owner":"zeroSteiner","description":"Standalone web server built on Python's BaseHTTPServer","archived":false,"fork":false,"pushed_at":"2019-03-22T14:44:38.000Z","size":208,"stargazers_count":37,"open_issues_count":0,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-18T02:11:18.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeroSteiner.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-05T01:28:47.000Z","updated_at":"2025-01-16T15:16:40.000Z","dependencies_parsed_at":"2022-09-12T04:22:19.941Z","dependency_job_id":null,"html_url":"https://github.com/zeroSteiner/AdvancedHTTPServer","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroSteiner%2FAdvancedHTTPServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroSteiner%2FAdvancedHTTPServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroSteiner%2FAdvancedHTTPServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroSteiner%2FAdvancedHTTPServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroSteiner","download_url":"https://codeload.github.com/zeroSteiner/AdvancedHTTPServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244815146,"owners_count":20514899,"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-12T01:43:14.340Z","updated_at":"2025-03-21T14:31:13.669Z","avatar_url":"https://github.com/zeroSteiner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"AdvancedHTTPServer\n==================\n\nStandalone web server built on Python’s BaseHTTPServer\n\n|Build Status| |Documentation Status| |Github Issues| |PyPi Release|\n\nLicense\n-------\n\nAdvancedHTTPServer is released under the BSD 3-clause license, for more\ndetails see the\n`LICENSE \u003chttps://github.com/zeroSteiner/AdvancedHTTPServer/blob/master/LICENSE\u003e`__\nfile.\n\nFeatures\n--------\n\nAdvancedHTTPServer builds on top of Python’s included BaseHTTPServer and\nprovides out of the box support for additional commonly needed features\nsuch as: - Threaded request handling - Binding to multiple interfaces -\nSSL and SNI support - Registering handler functions to HTTP resources -\nA default robots.txt file - Basic authentication - The HTTP verbs GET,\nHEAD, POST, and OPTIONS - Remote Procedure Call (RPC) over HTTP -\nWebSockets\n\nDependencies\n------------\n\nAdvancedHTTPServer does not have any additional dependencies outside of\nthe Python standard library.\n\nThe following version of Python are currently supported:\n\n- Python 2.7\n- Python 3.3\n- Python 3.4\n- Python 3.5\n- Python 3.6\n- Python 3.7\n\nCode Documentation\n------------------\n\nAdvancedHTTPServer uses Sphinx for internal code documentation. This\ndocumentation can be generated from source with the command\n``sphinx-build docs/source docs/html``. The latest documentation is\nkindly hosted on `ReadTheDocs \u003chttps://readthedocs.org/\u003e`__ at\n`advancedhttpserver.readthedocs.io \u003chttps://advancedhttpserver.readthedocs.io/en/latest/\u003e`__.\n\nChanges In Version 2.0\n----------------------\n\n-  The ``AdvancedHTTPServer`` module has been renamed\n   ``advancedhttpserver``\n-  Classes prefixed with ``AdvancedHTTPServer`` have been renamed to\n   have the redundant prefix removed\n-  The ``hmac_key`` option is no longer supported\n-  A single ``AdvancedHTTPServer`` instance can now be bound to multiple\n   ports\n-  The ``RequestHandler.install_handlers`` method has been renamed to\n   ``on_init``\n-  ``SERIALIZER_DRIVERS`` was renamed to ``g_serializer_drivers``\n-  Support for multiple hostnames with SSL using the SNI extension\n-  Support for persistent HTTP 1.1 TCP connections\n\nPowered By AdvancedHTTPServer\n-----------------------------\n\n-  `King Phisher \u003chttps://github.com/securestate/king-phisher\u003e`__\n   Phishing Campaign Toolkit\n\n.. |Build Status| image:: http://img.shields.io/travis/zeroSteiner/AdvancedHTTPServer.svg?style=flat-square\n   :target: https://travis-ci.org/zeroSteiner/AdvancedHTTPServer\n.. |Documentation Status| image:: https://readthedocs.org/projects/advancedhttpserver/badge/?version=latest\u0026style=flat-square\n   :target: http://advancedhttpserver.readthedocs.org/en/latest\n.. |Github Issues| image:: http://img.shields.io/github/issues/zerosteiner/AdvancedHTTPServer.svg?style=flat-square\n   :target: https://github.com/zerosteiner/AdvancedHTTPServer/issues\n.. |PyPi Release| image:: https://img.shields.io/pypi/v/AdvancedHTTPServer.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/AdvancedHTTPServer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerosteiner%2Fadvancedhttpserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerosteiner%2Fadvancedhttpserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerosteiner%2Fadvancedhttpserver/lists"}