RWIHttpGetRWIHttpMethod
Networking Tools: Thread-hot Internet Classes (int library)
#include <rw/toolpro/httpmeth.h> RWIHttpGet getRoot;
thr, net, int, tls (and possibly std)
RWIHttpGet is a specialization class of RWIHttpMethod. It provides basic formatting for HTTP GET requests. RWIHttpGet is a helper class used to construct the execute method of RWIHttpClient to initiate a possible HTTP GET request.
RWIHttpGet(const RWCString& uri="/");
Constructs an RWIHttpGet object with the input uri, which is the root document by default, as the intended URI.
RWCString name() const;
Returns RWCString("GET").
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.