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