Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpVersion_0_9


RWIHttpVersion_0_9RWIHttpVersion

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/httpver.h>
RWIHttpVersion_0_9 v0_9;

Required Libraries

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

Description

RWIHttpVersion_0_9 is a filter class for HTTP 0.9 version requests. This version cannot persist connections, supports only the GET command, supports no headers of any kind, does not attach version information to the request, and does not receive request responses.

Public Constructors

RWIHttpVersion_0_9();

Public Member Functions

RWBoolean
canPersist()const; 
RWIHttpVersion*
clone() const;
int
majorVersionNumber() const;
RWCString
makeMethodAsString(RWIHttpMethod* pMethod) const;
RWBoolean
methodIsValid(RWCString methodName) const; 
int
minorVersionNumber() const;


Previous fileTop of DocumentContentsIndexNext file

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