Skip to content
Snippets Groups Projects
  • chris's avatar
    f63a2007
    event SEND_HEADERS · f63a2007
    chris authored
    Event data an array of headers dokuwiki will send[1].
    The default action is to output all the headers in order using the header() function.
    
    This event is a full trigger, meaning there are three advises:
    - SEND_HEADERS_before
    - SEND_HEADERS
    - SEND_HEADERS_after
    
    Handlers of this event can add/modify/delete the headers in the event data. The event
    data must remain an array, even if emptied.
    
    [1] There is one dokuwiki header 'Content-Type: text/html; charset
    
    darcs-hash:20060415160210-9b6ab-841bd034b797c7f1b8d4bbc66f90185a16e5a043.gz
    f63a2007
    History
    event SEND_HEADERS
    chris authored
    Event data an array of headers dokuwiki will send[1].
    The default action is to output all the headers in order using the header() function.
    
    This event is a full trigger, meaning there are three advises:
    - SEND_HEADERS_before
    - SEND_HEADERS
    - SEND_HEADERS_after
    
    Handlers of this event can add/modify/delete the headers in the event data. The event
    data must remain an array, even if emptied.
    
    [1] There is one dokuwiki header 'Content-Type: text/html; charset
    
    darcs-hash:20060415160210-9b6ab-841bd034b797c7f1b8d4bbc66f90185a16e5a043.gz
Code owners
Assign users and groups as approvers for specific file changes. Learn more.