comparison xml/en/docs/dev/development_guide.xml @ 2024:a8d1a748324f

DevGuide: mentioned the precontent phase.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 09 Aug 2017 14:59:01 +0300
parents ec34516cbd1b
children 75882a2ca9dd
comparison
equal deleted inserted replaced
2023:ec34516cbd1b 2024:a8d1a748324f
4522 request is finalized. 4522 request is finalized.
4523 No additional handlers can be registered at this phase. 4523 No additional handlers can be registered at this phase.
4524 </listitem> 4524 </listitem>
4525 4525
4526 <listitem> 4526 <listitem>
4527 <literal>NGX_HTTP_TRY_FILES_PHASE</literal> — Special phase where 4527 <literal>NGX_HTTP_PRECONTENT_PHASE</literal> — Phase for handlers to be called
4528 the <link doc="../http/ngx_http_core_module.xml" id="try_files"/> directive 4528 prior to generating content.
4529 is processed. 4529 Standard modules such as
4530 No additional handlers can be registered at this phase. 4530 <link doc="../http/ngx_http_core_module.xml" id="try_files">
4531 ngx_http_try_files_module</link> and
4532 <link doc="../http/ngx_http_mirror_module.xml">ngx_http_mirror_module</link>
4533 register their handlers at this phase.
4531 </listitem> 4534 </listitem>
4532 4535
4533 <listitem> 4536 <listitem>
4534 <literal>NGX_HTTP_CONTENT_PHASE</literal> — Phase where the response 4537 <literal>NGX_HTTP_CONTENT_PHASE</literal> — Phase where the response
4535 is normally generated. 4538 is normally generated.