#include <httpsvc.h>
Inheritance diagram for PServiceHTTPDirectory:
Public Member Functions | |
PServiceHTTPDirectory (const PURL &url, const PDirectory &dirname, PBoolean needSig=PFalse) | |
PServiceHTTPDirectory (const PURL &url, const PDirectory &dirname, const PHTTPAuthority &auth, PBoolean needSig=PFalse) | |
void | OnLoadedText (PHTTPRequest &, PString &text) |
Protected Member Functions | |
virtual PBoolean | GetExpirationDate (PTime &when) |
Protected Attributes | |
PBoolean | needSignature |
PServiceHTTPDirectory::PServiceHTTPDirectory | ( | const PURL & | url, | |
const PDirectory & | dirname, | |||
PBoolean | needSig = PFalse | |||
) | [inline] |
PServiceHTTPDirectory::PServiceHTTPDirectory | ( | const PURL & | url, | |
const PDirectory & | dirname, | |||
const PHTTPAuthority & | auth, | |||
PBoolean | needSig = PFalse | |||
) | [inline] |
void PServiceHTTPDirectory::OnLoadedText | ( | PHTTPRequest & | , | |
PString & | text | |||
) | [virtual] |
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.
Get a block of data (eg HTML) that the resource contains.
when | Time that the resource expires |
Reimplemented from PHTTPResource.
PBoolean PServiceHTTPDirectory::needSignature [protected] |