| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
profiling; added an entry point for the built-in http server, so you can use egg:Paste#http in paste.deploy files; small doc update; got rid of MANIFEST.in, which I don't believe is actually needed to make a proper package (and might actually hurt, since setuptools handles things itself when MANIFEST.in doesn't exist).
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
- update httpserver to not include HTTP_CONTENT_TYPE or HTTP_CONTENT_LENGTH
header fields as discussed on Web-Sig
oh, last change had one other thing:
- update ContentType and ContentLength to use the CGI variables rather
than the corresponding HTTP_ variables in environ
|
| |
|
|
|
|
| |
- removed unnecessary trailing whitespace in fixture.py
- no longer reporting socket failures in httpserver
- fixed some caching issues /w fileapp
|
| |
|
|
|
|
|
|
|
| |
- made error messages us \r\n rather than just \n in httpexceptions
to comply with various browsers
- added tests to check FileApp
- added support for handling 100 Continue in httpserver
- fixingup dumpenviron in wsgilib to dump message body
- misc changes to fileapp (mostly documentation)
|
| |
|
|
| |
- added DataApp to paste.fileapp
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
- replaced plain sha with hmac in cookie.py
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
to override server_version
|
| | |
|
| |
|
|
|
|
|
|
| |
* Created a SecureHTTPServer class which uses a few private members
of the standard python distribution (ick), but it works.
* Updated WSGIHandlerMixin to assume it is an SSL connection if
the connection object has a get_context method.
|
|
|
- split out WSGI logic into its own MixIn
|