Closed sponsfreixes closed 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.
make_response
It includes updates tests for 100% coverage, and README.rst and Sphinx documentation.
A few copy and paste issues but otherwise looks good.
🤦
Fixed!
This PR adds a new function,
make_response
, that works like Flask'smake_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.