#include <httpsvc.h>
Inheritance diagram for PServiceHTTPString:
Public Member Functions | |
PServiceHTTPString (const PURL &url, const PString &string) | |
PServiceHTTPString (const PURL &url, const PHTTPAuthority &auth) | |
PServiceHTTPString (const PURL &url, const PString &string, const PHTTPAuthority &auth) | |
PServiceHTTPString (const PURL &url, const PString &string, const PString &contentType) | |
PServiceHTTPString (const PURL &url, const PString &string, const PString &contentType, const PHTTPAuthority &auth) | |
PString | LoadText (PHTTPRequest &) |
Protected Member Functions | |
virtual BOOL | GetExpirationDate (PTime &when) |
|
|
|
|
|
|
|
|
|
|
|
Get a block of data (eg HTML) that the resource contains.
Reimplemented from PHTTPResource. |
|
Get a block of text data (eg HTML) that the resource contains. The default behaviour is to assert, one of LoadText()# or LoadData()# functions must be overridden for correct operation.
Reimplemented from PHTTPString. |