Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up[NFR] Response events #10689
Comments
KorsaR-ZN
referenced this issue
Jul 18, 2015
Closed
[2.0.x] [NFR] Added events response:beforeSendHeaders, response:afterSendHeaders #10690
andresgutierrez
added
the
New Feature Request
label
Jul 20, 2015
iotch
closed this
Aug 30, 2015
KorsaR-ZN
referenced this issue
Sep 3, 2015
Closed
[2.1.x] [NFR] Added events response:beforeSendHeaders, response:afterSendHeaders #10884
CameronHall
referenced this issue
Nov 27, 2018
Merged
[NFR] Added events response:beforeSendHeaders, response:afterSendHeaders #13620
niden
added this to To do
in 4.0 Release
via automation
Dec 8, 2018
niden
added this to the 4.0.0 milestone
Dec 8, 2018
niden
moved this from To do
to In progress
in 4.0 Release
Dec 8, 2018
niden
moved this from In progress
to Done
in 4.0 Release
Dec 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iotch commentedJul 18, 2015
Hello. Is it a bad idea to support events in
Phalcon\Http\Response
component? For example,'response:beforeSendHeaders'
to modify headers depending on response contents. Thanks.