Skip to content
  1. Apr 09, 2001
  2. Apr 06, 2001
  3. Apr 04, 2001
  4. Apr 03, 2001
  5. Apr 02, 2001
  6. Mar 29, 2001
  7. Mar 27, 2001
  8. Mar 26, 2001
  9. Mar 25, 2001
  10. Mar 24, 2001
  11. Mar 22, 2001
  12. Mar 21, 2001
  13. Mar 20, 2001
  14. Mar 19, 2001
  15. Mar 18, 2001
    • Ryan Bloom's avatar
      Add a hook, create_request. This hook allows modules to modify · 39175ff5
      Ryan Bloom authored
      a request while it is being created.  This hook is called for all
      request_rec's, main request, sub request, and internal redirect.
      When this hook is called, the the r->main, r->prev, r->next
      pointers have been set, so modules can determine what kind of
      request this is.
      
      Currently, this is only used by the core module, but protocol modules
      are going to need to have the ability to affect the request while it is
      being read.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88532 13f79535-47bb-0310-9956-ffa450edef68
      39175ff5
  16. Mar 16, 2001
  17. Mar 15, 2001
  18. Mar 13, 2001
  19. Mar 12, 2001
  20. Mar 11, 2001
  21. Mar 09, 2001