hea-aiohttp-remotes


Namehea-aiohttp-remotes JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/aio-libs/aiohttp-remotes
SummaryControl remote side information.
upload_time2023-12-16 22:49:01
maintainer
docs_urlNone
authorAndrew Svetlov
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
aiohttp-remotes
===============

The library is a set of useful tools for ``aiohttp.web`` server. It is a 
hopefully temporary fork of the aiohttp-remotes project containing a fix for
parsing the X-Forwarded-Host header.

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": "hea-aiohttp-remotes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Andrew Svetlov",
    "author_email": "andrew.svetlov@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/88/c8/d14aee208c048c0a95600fdd0c38e297e604954036f278430c86be9cde4d/hea_aiohttp_remotes-1.2.1.tar.gz",
    "platform": null,
    "description": "===============\naiohttp-remotes\n===============\n\nThe library is a set of useful tools for ``aiohttp.web`` server. It is a \nhopefully temporary fork of the aiohttp-remotes project containing a fix for\nparsing the X-Forwarded-Host header.\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": "",
    "summary": "Control remote side information.",
    "version": "1.2.1",
    "project_urls": {
        "Documentation": "https://aiohttp-remotes.readthedocs.io",
        "Homepage": "https://github.com/aio-libs/aiohttp-remotes"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11a46eb2ab82bfa96b4a9c16fb4af946d62b7610d615f8f55cd8e62b6db615ae",
                "md5": "13ccf750a2b0b78e7aec384ce77129c3",
                "sha256": "43384503b79b0e5eed5be24a856b33ddf1e9bf00cb6abde958f1f579a643db1a"
            },
            "downloads": -1,
            "filename": "hea_aiohttp_remotes-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13ccf750a2b0b78e7aec384ce77129c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11395,
            "upload_time": "2023-12-16T22:49:00",
            "upload_time_iso_8601": "2023-12-16T22:49:00.186841Z",
            "url": "https://files.pythonhosted.org/packages/11/a4/6eb2ab82bfa96b4a9c16fb4af946d62b7610d615f8f55cd8e62b6db615ae/hea_aiohttp_remotes-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88c8d14aee208c048c0a95600fdd0c38e297e604954036f278430c86be9cde4d",
                "md5": "2806410d83a935a6eb9e6e33fc000007",
                "sha256": "7e3b2d84edea8d3fb3abc99ecdc2a03db991c74a279922bc43c82ad02c813694"
            },
            "downloads": -1,
            "filename": "hea_aiohttp_remotes-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2806410d83a935a6eb9e6e33fc000007",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7682,
            "upload_time": "2023-12-16T22:49:01",
            "upload_time_iso_8601": "2023-12-16T22:49:01.891460Z",
            "url": "https://files.pythonhosted.org/packages/88/c8/d14aee208c048c0a95600fdd0c38e297e604954036f278430c86be9cde4d/hea_aiohttp_remotes-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-16 22:49:01",
    "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": "hea-aiohttp-remotes"
}
        
Elapsed time: 0.15695s