Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

WSGIProxy

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

WSGIProxy

HTTP proxying tools for WSGI apps

  • 0.2.2
  • PyPI
  • Socket score

Maintainers
2

WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other processes over HTTP.

This will encode the WSGI request CGI-style environmental variables (which must be strings), plus a configurable set of other variables. It also sends values like HTTP_HOST and wsgi.url_scheme which are often obscured by the proxying process, as well as values like SCRIPT_NAME. On the receiving end, a WSGI middleware fixes up the environment to represent the state of the original request. This makes HTTP more like FastCGI or SCGI, which naturally preserve these values.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc