Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
/ wsgirequest Public archive

MIGRATED TO https://vcs.rowanthorpe.com/rowan/wsgirequest - THIS IS AN ARCHIVED VERSION... Minimal commandline one-request WSGI server

License

Notifications You must be signed in to change notification settings

rowanthorpe/wsgirequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsgirequest

Minimal commandline one-request WSGI server

This has one argument - the path to the wsgi file. It accepts an HTTP request on stdin, supplies the response (with headers) on stdout, and errors go to stderr.

A large part of it is based on copy-pasting from the Python PEP-3333 page.

To see usage use the -h or --help option.

This is for troubleshooting and experimenting. Don't try and use it as a real server. That would be silly.

About

MIGRATED TO https://vcs.rowanthorpe.com/rowan/wsgirequest - THIS IS AN ARCHIVED VERSION... Minimal commandline one-request WSGI server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages