This is an archive of the discontinued Mercurial Phabricator instance.

hgweb: remove wsgirequest.form (API)
ClosedPublic

Authored by indygreg on Mar 10 2018, 3:57 PM.

Details

Summary

Now that everything is ported to consume from parsedrequest.qsparams,
we no longer have a need for wsgirequest.form. Let's remove all
references to it.

.. api::

The WSGI request object no longer exposes a ``form`` attribute
containing parsed query string data. Use the ``qsparams`` attribute
instead.

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.

Event Timeline

indygreg created this revision.Mar 10 2018, 3:57 PM
durin42 accepted this revision.Mar 12 2018, 5:06 PM
This revision is now accepted and ready to land.Mar 12 2018, 5:06 PM
This revision was automatically updated to reflect the committed changes.