edmondchuc / flask-htmx

A Flask extension to work with HTMX.
http://flask-htmx.readthedocs.io
MIT License
132 stars 15 forks source link

Add make_response function #17

Closed sponsfreixes closed 1 year ago

sponsfreixes commented 1 year ago

This PR adds a new function, make_response, that works like Flask's make_response but with extra arguments to help setting htmx headers in a pythonic way.

It includes updates tests for 100% coverage, and README.rst and Sphinx documentation.

sponsfreixes commented 1 year ago

A few copy and paste issues but otherwise looks good.

🤦

Fixed!