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