===============
aiohttp-remotes
===============
The library is a set of useful tools for ``aiohttp.web`` server.
The full list of tools is:
* ``AllowedHosts`` -- restrict a set of incoming connections to
allowed hosts only.
* ``BasicAuth`` -- protect web application by *basic auth*
authorization.
* ``Cloudflare`` -- make sure that web application is protected
by CloudFlare.
* ``ForwardedRelaxed`` and ``ForwardedStrict`` -- process
``Forwarded`` HTTP header and modify corresponding
``scheme``, ``host``, ``remote`` attributes in strong secured and
relaxed modes.
* ``Secure`` -- ensure that web application is handled by HTTPS
(SSL/TLS) only, redirect plain HTTP to HTTPS automatically.
* ``XForwardedRelaxed`` and ``XForwardedStrict`` -- the same
as ``ForwardedRelaxed`` and ``ForwardedStrict`` but process old-fashion
``X-Forwarded-*`` headers instead of new standard ``Forwarded``.
Read https://aiohttp-remotes.readthedocs.io for more information.
The library was donated by Ocean S.A. https://ocean.io/
Thanks to the company for contribution.
Raw data
{
"_id": null,
"home_page": "https://github.com/aio-libs/aiohttp-remotes",
"name": "aiohttp-remotes",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Andrew Svetlov",
"author_email": "andrew.svetlov@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/7e/bd/b59c3f8858c3b333b067e2432db95400f1423d7ee6eadfbf4e99a3a30fa3/aiohttp_remotes-1.3.0.tar.gz",
"platform": null,
"description": "===============\naiohttp-remotes\n===============\n\nThe library is a set of useful tools for ``aiohttp.web`` server.\n\nThe full list of tools is:\n\n* ``AllowedHosts`` -- restrict a set of incoming connections to\n allowed hosts only.\n* ``BasicAuth`` -- protect web application by *basic auth*\n authorization.\n* ``Cloudflare`` -- make sure that web application is protected\n by CloudFlare.\n* ``ForwardedRelaxed`` and ``ForwardedStrict`` -- process\n ``Forwarded`` HTTP header and modify corresponding\n ``scheme``, ``host``, ``remote`` attributes in strong secured and\n relaxed modes.\n* ``Secure`` -- ensure that web application is handled by HTTPS\n (SSL/TLS) only, redirect plain HTTP to HTTPS automatically.\n* ``XForwardedRelaxed`` and ``XForwardedStrict`` -- the same\n as ``ForwardedRelaxed`` and ``ForwardedStrict`` but process old-fashion\n ``X-Forwarded-*`` headers instead of new standard ``Forwarded``.\n\n\nRead https://aiohttp-remotes.readthedocs.io for more information.\n\n\n\nThe library was donated by Ocean S.A. https://ocean.io/\n\nThanks to the company for contribution.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Control remote side information.",
"version": "1.3.0",
"project_urls": {
"Documentation": "https://aiohttp-remotes.readthedocs.io",
"Homepage": "https://github.com/aio-libs/aiohttp-remotes"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "403d09d6a1a9b3b8a4ff4464d2a5ddb92fbb7a052bd80006c04bbeb86b0f22a4",
"md5": "e56048e5a2fd84ac82705d2170d52d69",
"sha256": "d01c5276a186084b6bd9ea6e7337cd2bcf8b1aee9c8e432ea8e18711a0bff110"
},
"downloads": -1,
"filename": "aiohttp_remotes-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e56048e5a2fd84ac82705d2170d52d69",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 12086,
"upload_time": "2024-11-01T17:16:48",
"upload_time_iso_8601": "2024-11-01T17:16:48.287872Z",
"url": "https://files.pythonhosted.org/packages/40/3d/09d6a1a9b3b8a4ff4464d2a5ddb92fbb7a052bd80006c04bbeb86b0f22a4/aiohttp_remotes-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7ebdb59c3f8858c3b333b067e2432db95400f1423d7ee6eadfbf4e99a3a30fa3",
"md5": "7f47c08e21ceb4fd7b9d5072130240d7",
"sha256": "4f8b95b02ed9126cf8f5f5a8f5e55c1b2d10fc5e7e7d421c172f9c7cd0719092"
},
"downloads": -1,
"filename": "aiohttp_remotes-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "7f47c08e21ceb4fd7b9d5072130240d7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 597208,
"upload_time": "2024-11-01T17:16:49",
"upload_time_iso_8601": "2024-11-01T17:16:49.974223Z",
"url": "https://files.pythonhosted.org/packages/7e/bd/b59c3f8858c3b333b067e2432db95400f1423d7ee6eadfbf4e99a3a30fa3/aiohttp_remotes-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-01 17:16:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aio-libs",
"github_project": "aiohttp-remotes",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "aiohttp-remotes"
}