Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpHead


RWIHttpHeadRWIHttpMethod

Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/httpmeth.h>
RWIHttpHead head;

Required Libraries

thr, net, int, tls (and possibly std)

Description

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.

Public Constructors

RWIHttpHead(const RWCString& uri="");

Public Member Functions

RWCString
name() const; 


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.