7 #include "wvhttppool.h" 9 #include "wvistreamlist.h" 14 static void pool_init()
20 WvIStreamList::globallist.append(pool,
false,
"pool_init urlpool");
28 return pool->addurl(
WvString(
"http:%s", s),
"GET");
35 return pool->addurl(
WvString(
"https:%s", s),
"GET");
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
The basic interface which is included by all other XPLC interfaces and objects.
A type-safe version of WvMonikerBase that lets you provide create functions for object types other th...
WvString is an implementation of a simple and efficient printable-string class.