معرفی شرکت ها


device-proxy-0.4.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Device Proxy. A reverse HTTP Proxy that can inspect and manipulate HTTP Headers before sending upstream.
ویژگی مقدار
سیستم عامل -
نام فایل device-proxy-0.4.3
نام device-proxy
نسخه کتابخانه 0.4.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Praekelt Foundation
ایمیل نویسنده dev@praekeltfoundation.org
آدرس صفحه اصلی http://github.com/praekelt/device-proxy
آدرس اینترنتی https://pypi.org/project/device-proxy/
مجوز BSD
device-proxy ============ Inspects incoming HTTP requests adds some HTTP headers and proxies upstream. Has ability to add extra cookies for HTTP responses being sent back to the client. |travis|_ |coveralls|_ Installation ------------ $ pip install device-proxy Running ------- Run with `twistd`:: $ twistd -n devproxy --config config.yaml Configuration ------------- This is what the processing chain looks like:: +------------------+ | | | Header & Cookie set v | (1) HAProxy -> (2) *n* DeviceProxies | (3) | (if Cookie or Header set) +--------------------------------> (4) *n* Backend Apps 1. Haproxy receives incoming traffic from Nginx 2. Request is passed to *n* number of Device Proxies running. HTTP headers are inserted (possibly from cached WURFL or OpenDDR lookups). Device Proxy has the option of inserting Cookies into the HTTP response which can cache the Device Lookup (for subsequent requests HAProxy (1) could use these cookie values to skip DeviceProxy completely for the lifetime of the Cookie.) DeviceProxy reverse proxies back to HAProxy with HTTP headers inserted. 3. HAProxy inspects the HTTP headers & cookies received and selects appropriate backend application for the request. HAProxy can have a default fallback backend. If the Cookie is already set then the DeviceProxies are skipped. 4. The Backend application renders the request with a template set suitable for the given HTTP request. .. note:: By default DeviceProxy only caches the lookup in Memcache, not in the Cookie. .. |travis| image:: https://travis-ci.org/praekelt/device-proxy.png?branch=develop .. _travis: https://travis-ci.org/praekelt/device-proxy .. |coveralls| image:: https://coveralls.io/repos/praekelt/device-proxy/badge.png?branch=develop .. _coveralls: https://coveralls.io/r/praekelt/device-proxy


نحوه نصب


نصب پکیج whl device-proxy-0.4.3:

    pip install device-proxy-0.4.3.whl


نصب پکیج tar.gz device-proxy-0.4.3:

    pip install device-proxy-0.4.3.tar.gz