#include <httpsvc.h>
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] |
when | Time that the resource expires |
void PServiceHTTPDirectory::OnLoadedText | ( | PHTTPRequest & | , | |
PString & | text | |||
) |
PBoolean PServiceHTTPDirectory::needSignature [protected] |