API Reference
=============

Main Functions
--------------
.. autofunction:: htmlmin.minify

.. autoclass:: htmlmin.Minifier
   :members:
   :member-order: bysource

WSGI Middlware
--------------
.. autoclass:: htmlmin.middleware.HTMLMinMiddleware

Decorator
---------
.. autofunction:: htmlmin.decorator.htmlmin
