#include <httpsvc.h>
Inheritance diagram for PServiceHTTPDirectory:

Public Member Functions | |
| PServiceHTTPDirectory (const PURL &url, const PDirectory &dirname, BOOL needSig=FALSE) | |
| PServiceHTTPDirectory (const PURL &url, const PDirectory &dirname, const PHTTPAuthority &auth, BOOL needSig=FALSE) | |
| void | OnLoadedText (PHTTPRequest &, PString &text) |
Protected Member Functions | |
| virtual BOOL | GetExpirationDate (PTime &when) |
Protected Attributes | |
| BOOL | needSignature |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
Get a block of data (eg HTML) that the resource contains.
Reimplemented from PHTTPResource. |
|
||||||||||||
|
This is called after the text has been loaded and may be used to customise or otherwise mangle a loaded piece of text. Typically this is used with HTML responses. The default action for this function is to do nothing. Reimplemented from PHTTPResource. |
|
|
|
1.4.2