This is an archive of the discontinued Mercurial Phabricator instance.

hgweb: remove wsgirequest (API)
ClosedPublic

Authored by indygreg on Mar 12 2018, 5:39 PM.

Details

Summary

Good riddance.

.. api::

The old ``wsgirequest`` class for handling everything WSGI in hgweb
has been replaced by separate request and response types. Various
high-level functions in the hgweb WSGI applications now receive
these new types as arguments instead of the old ``wsgirequest``
type.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.