X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FInternals.pod;h=ae8e9f93a9f665350dfb276f807731abca8c54d1;hp=8e7a1bced6efdfe23b856896e83d2c5554121981;hb=06e1b6164a2c9d7b463f358b0d1934ef83a82845;hpb=b160463fabb0b2c1d0914427e2265ee8152efb46 diff --git a/lib/Catalyst/Manual/Internals.pod b/lib/Catalyst/Manual/Internals.pod index 8e7a1bc..ae8e9f9 100644 --- a/lib/Catalyst/Manual/Internals.pod +++ b/lib/Catalyst/Manual/Internals.pod @@ -52,16 +52,17 @@ extend Catalyst. prepare prepare_request prepare_path - prepare_cookies prepare_headers + prepare_cookies prepare_connection prepare_action + prepare_body prepare_parameters prepare_uploads process finalize finalize_headers - finalize_output + finalize_body These steps are normally overloaded from engine classes, and may also be extended by plugins. Extending means using multiple inheritance with L.