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

WFront

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

WFront

A WSGI front-door dispatcher.

  • 0.4
  • PyPI
  • Socket score

Maintainers
1

====== WFront

A WSGI front-door dispatcher, virtual host router and environ manipulation swiss-army knife.

WFront is a top-level request dispatcher, directing requests based on the requested "Virtual Host", listening port, URL path, or any combination.

WFront can be used to:

  • host multiple WSGI-powered domains in a single process
  • emulate a mod_proxy, SCGI/FastCGI/AJP, mod_wsgi, or mod_python WSGI setup under a simple development mode WSGI server,
  • simplify development and testing of complex, multi-server cluster environments
  • or just perform simple path-based request dispatching

Mapping HTTP/1.0 requests to HTTP/1.1 Host:-style requests is supported and is very flexible. WFront includes an environ manipulation toolkit that allows for additions to and transformations of server-provided environ data to be performed on each request.

The development version <http://www.bitbucket.org/jek/wfront/get/tip.tgz#WFront==dev>_ of WFront can be installed via easy_install WFront==dev or from the mercurial repository <http://www.bitbucket.org/jek/wfront>_.

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