pyams-http-proxy


Namepyams-http-proxy JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS HTTP proxy
upload_time2024-03-04 14:52:07
maintainer
docs_urlNone
authorThierry Florac
requires_python
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
PyAMS HTTP proxy package
========================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS HTTP proxy?
=========================

PyAMS HTTP proxy is a small package which can be used to create an application proxy.

This package is using AsyncIO with Starlette and is not supposed to be used with Pyramid, but
with another ASGI compatible server like GUnicorn.

The package is based on plug-ins which can be used to handle different tasks; very few plug-ins
are actually available, to handle tasks like logging, Elasticsearch requests indexing or
JSON body rewrites...


Changelog
=========

1.6.0
-----
 - updated Elasticsearch client settings
 - reuse current HTTP client instead of creating a new one in lifespan handler

1.5.0
-----
 - added Elasticsearch APM support
 - updated Elasticsearch logger to handle all transport exceptions
 - updated HTTPx package API

1.4.0
-----
 - updated Elasticsearch logger to be able to update incoming request payload before
   indexing; this is actually used to obfuscate elements from JSON body...
 - added tests in proxy to only decode bytes

1.3.3
-----
 - updated proxy headers getter to handle requests and response correctly

1.3.2
-----
 - updated proxy URL getter to handle null remotes used for service monitoring

1.3.1
-----
 - updated request headers plug-in configuration name

1.3.0
-----
 - added headers filter plug-in, to add or remove headers from incoming request
 - improved support for plug-ins handling request headers

1.2.0
-----
 - added "context extension" by providing a "++ext++" URL path element; this
   allows to access several contexts with a same base URL

1.1.0
-----
 - added monitoring plug-in

1.0.3
-----
 - small update in JSON configuration file format

1.0.2
-----
 - Gitlab-CI update

1.0.1
-----
 - removed reference to Pyramid in doctests

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-http-proxy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/30/1a/a40c887c1ee1a4b4d91b5b965d16b2d4c0fa377fad6dabb30f907a8f9350/pyams_http_proxy-1.6.0.tar.gz",
    "platform": null,
    "description": "========================\nPyAMS HTTP proxy package\n========================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS HTTP proxy?\n=========================\n\nPyAMS HTTP proxy is a small package which can be used to create an application proxy.\n\nThis package is using AsyncIO with Starlette and is not supposed to be used with Pyramid, but\nwith another ASGI compatible server like GUnicorn.\n\nThe package is based on plug-ins which can be used to handle different tasks; very few plug-ins\nare actually available, to handle tasks like logging, Elasticsearch requests indexing or\nJSON body rewrites...\n\n\nChangelog\n=========\n\n1.6.0\n-----\n - updated Elasticsearch client settings\n - reuse current HTTP client instead of creating a new one in lifespan handler\n\n1.5.0\n-----\n - added Elasticsearch APM support\n - updated Elasticsearch logger to handle all transport exceptions\n - updated HTTPx package API\n\n1.4.0\n-----\n - updated Elasticsearch logger to be able to update incoming request payload before\n   indexing; this is actually used to obfuscate elements from JSON body...\n - added tests in proxy to only decode bytes\n\n1.3.3\n-----\n - updated proxy headers getter to handle requests and response correctly\n\n1.3.2\n-----\n - updated proxy URL getter to handle null remotes used for service monitoring\n\n1.3.1\n-----\n - updated request headers plug-in configuration name\n\n1.3.0\n-----\n - added headers filter plug-in, to add or remove headers from incoming request\n - improved support for plug-ins handling request headers\n\n1.2.0\n-----\n - added \"context extension\" by providing a \"++ext++\" URL path element; this\n   allows to access several contexts with a same base URL\n\n1.1.0\n-----\n - added monitoring plug-in\n\n1.0.3\n-----\n - small update in JSON configuration file format\n\n1.0.2\n-----\n - Gitlab-CI update\n\n1.0.1\n-----\n - removed reference to Pyramid in doctests\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS HTTP proxy",
    "version": "1.6.0",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a339ba251d55bef9c250cc7a242c3bbdd928f0daff102a2cdb2455686b69fe",
                "md5": "a3e4bcf7573241cd33ba89cf7ad5679f",
                "sha256": "988252825a57044c69259de8db8bdf79277b51b8784d81279bc7c813d3c8cbec"
            },
            "downloads": -1,
            "filename": "pyams_http_proxy-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3e4bcf7573241cd33ba89cf7ad5679f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19352,
            "upload_time": "2024-03-04T14:52:06",
            "upload_time_iso_8601": "2024-03-04T14:52:06.433599Z",
            "url": "https://files.pythonhosted.org/packages/64/a3/39ba251d55bef9c250cc7a242c3bbdd928f0daff102a2cdb2455686b69fe/pyams_http_proxy-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "301aa40c887c1ee1a4b4d91b5b965d16b2d4c0fa377fad6dabb30f907a8f9350",
                "md5": "bfbd1ea1e960caba95768cfc1ae18c73",
                "sha256": "c1c268b49488567702b90adb45e3cb8bf0ba44332b5a4f5049be8267eacea070"
            },
            "downloads": -1,
            "filename": "pyams_http_proxy-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bfbd1ea1e960caba95768cfc1ae18c73",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11320,
            "upload_time": "2024-03-04T14:52:07",
            "upload_time_iso_8601": "2024-03-04T14:52:07.481316Z",
            "url": "https://files.pythonhosted.org/packages/30/1a/a40c887c1ee1a4b4d91b5b965d16b2d4c0fa377fad6dabb30f907a8f9350/pyams_http_proxy-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 14:52:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-http-proxy"
}
        
Elapsed time: 0.22655s