#include <httpsvc.h>
Inheritance diagram for PServiceHTTPFile:
Public Member Functions | |
PServiceHTTPFile (const PString &filename, BOOL needSig=FALSE) | |
PServiceHTTPFile (const PString &filename, const PFilePath &file, BOOL needSig=FALSE) | |
PServiceHTTPFile (const PString &filename, const PHTTPAuthority &auth, BOOL needSig=FALSE) | |
PServiceHTTPFile (const PString &filename, const PFilePath &file, const PHTTPAuthority &auth, BOOL needSig=FALSE) | |
void | OnLoadedText (PHTTPRequest &, PString &text) |
Protected Member Functions | |
virtual BOOL | GetExpirationDate (PTime &when) |
Protected Attributes | |
BOOL | needSignature |
|
|
|
|
|
|
|
|
|
Get a block of data (eg HTML) that the resource contains.
Reimplemented from PHTTPResource. |
|
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. |
|
|