#include <httpsvc.h>
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 |
PServiceHTTPDirectory::PServiceHTTPDirectory | ( | const PURL & | url, | |
const PDirectory & | dirname, | |||
BOOL | needSig = FALSE | |||
) | [inline] |
PServiceHTTPDirectory::PServiceHTTPDirectory | ( | const PURL & | url, | |
const PDirectory & | dirname, | |||
const PHTTPAuthority & | auth, | |||
BOOL | needSig = FALSE | |||
) | [inline] |
void PServiceHTTPDirectory::OnLoadedText | ( | PHTTPRequest & | , | |
PString & | text | |||
) |
virtual BOOL PServiceHTTPDirectory::GetExpirationDate | ( | PTime & | when | ) | [protected, virtual] |
when | Time that the resource expires |
BOOL PServiceHTTPDirectory::needSignature [protected] |