Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internet Protocols Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWHttpRequestStringBody

Module:  Internet Protocols Module   Package:  HTTP


RWHttpRequestStringBodyRWHttpRequestBody

Local Index

Members

Header File

#include <rw/http/RWHttpRequestStringBody.h>

Description

RWHttpRequestStringBody defines how to read a standard message body.

Public Constructors

RWHttpRequestStringBody();
RWHttpRequestStringBody(const RWCString& body);
RWHttpRequestStringBody(const RWHttpRequestStringBody& body);

Public Destructor

virtual
~RWHttpRequestStringBody();

Public Member Functions

virtual RWHttpRequestBody*
clone() const;
virtual int
getContentLength() const;

NOTE -- An RWHttpRequestError exception is thrown if data without a Content-Length is sent to a server with version less than HTTP/1.1.
virtual RWCString
getNextChunk(size_t size);
RWCString
getString(void) const;
virtual bool
isValid() const;
void
setString(const RWCString& str);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.