#include <httpsvc.h>
Public Member Functions | |
PServiceHTTPFile (const PString &filename, PBoolean needSig=PFalse) | |
PServiceHTTPFile (const PString &filename, const PFilePath &file, PBoolean needSig=PFalse) | |
PServiceHTTPFile (const PString &filename, const PString &file, PBoolean needSig=PFalse) | |
PServiceHTTPFile (const PString &filename, const PHTTPAuthority &auth, PBoolean needSig=PFalse) | |
PServiceHTTPFile (const PString &filename, const PFilePath &file, const PHTTPAuthority &auth, PBoolean needSig=PFalse) | |
void | OnLoadedText (PHTTPRequest &, PString &text) |
Protected Member Functions | |
virtual PBoolean | GetExpirationDate (PTime &when) |
Protected Attributes | |
PBoolean | needSignature |
PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, | |
const PFilePath & | file, | |||
PBoolean | needSig = PFalse | |||
) | [inline] |
PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, | |
const PString & | file, | |||
PBoolean | needSig = PFalse | |||
) | [inline] |
PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, | |
const PHTTPAuthority & | auth, | |||
PBoolean | needSig = PFalse | |||
) | [inline] |
PServiceHTTPFile::PServiceHTTPFile | ( | const PString & | filename, | |
const PFilePath & | file, | |||
const PHTTPAuthority & | auth, | |||
PBoolean | needSig = PFalse | |||
) | [inline] |
when | Time that the resource expires |
void PServiceHTTPFile::OnLoadedText | ( | PHTTPRequest & | , | |
PString & | text | |||
) |
PBoolean PServiceHTTPFile::needSignature [protected] |