PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
542 stars 274 forks source link

Deprecated keyword: header #1647

Closed xsawyerx closed 11 months ago

xsawyerx commented 2 years ago

Why?

This keyword had a generic name while only being relevant to the response.

Benefits to Dancer2 codebase

More consistency and clarity in the code-base.

Benefit to Dancer2 Community

More consistency and clarity in keywords.

Alternatives

Use the response_header keyword instead.

cromedome commented 11 months ago

Deprecated in #1696. Closing.