int Ns_FetchPage( Ns_DString *pds, char *url, char *hServer );
The Ns_FetchPage function copies data from url
to the Ns_DString pointed to by pds
. The URL must be relative and must correspond to a file served by this server. Ns_FetchPage returns a status of NS_OK or NS_ERROR.