Changes between Version 16 and Version 17 of ModParrotHLLDocs

Show
Ignore:
Timestamp:
12/25/08 21:45:31 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotHLLDocs

    v16 v17  
    258258{{{ModParrot;Context}}} provides the following methods: 
    259259||Method||Returns|| 
    260 ||request_rec||the current request record as a {{{ModParrot;Apache;RequestRec}}} object|| 
    261 ||server_rec||the current server record as a {{{ModParrot;Apache;ServerRec}}} object (NOT SUPPORTED UNTIL 0.6)|| 
    262 ||conn_rec||the current connection record as a {{{ModParrot;Apache;ConnRec}}} object (NOT SUPPORTED UNTIL 0.6)|| 
    263 ||csd||the current connection descriptor (usually a socket) as an unmanaged PMC (NOT SUPPORTED UNTIL 0.6)|| 
    264 ||pconf||the configuration pool as an {{{ModParrot;Apache;Pool}}} object|| 
    265 ||ptemp||the temporary pool as an {{{ModParrot;Apache;Pool}}} object|| 
    266 ||plog||the log pool as an {{{ModParrot;Apache;Pool}}} object|| 
    267 ||pchild||the child pool as an {{{ModParrot;Apache;Pool}}} object|| 
     260||{{{request_rec}}}||the current request record as a {{{ModParrot;Apache;RequestRec}}} object|| 
     261||{{{server_rec}}}||the current server record as a {{{ModParrot;Apache;ServerRec}}} object (NOT SUPPORTED UNTIL 0.6)|| 
     262||{{{conn_rec}}}||the current connection record as a {{{ModParrot;Apache;ConnRec}}} object (NOT SUPPORTED UNTIL 0.6)|| 
     263||{{{csd}}}||the current connection descriptor (usually a socket) as an unmanaged PMC (NOT SUPPORTED UNTIL 0.6)|| 
     264||{{{pconf}}}||the configuration pool as an {{{ModParrot;Apache;Pool}}} object|| 
     265||{{{ptemp}}}||the temporary pool as an {{{ModParrot;Apache;Pool}}} object|| 
     266||{{{plog}}}||the log pool as an {{{ModParrot;Apache;Pool}}} object|| 
     267||{{{pchild}}}||the child pool as an {{{ModParrot;Apache;Pool}}} object|| 
    268268 
    269269=== Capturing Output ===