Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpPost


RWIHttpPostRWIHttpMethod

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>
RWIHttpPost post("/cgi-bin/env.cgi");

Required Libraries

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

Description

RWIHttpPost is a specialization class of RWIHttpMethod. It provides basic formatting for HTTP POST requests. RWIHttpPost is a helper class used to construct the execute method of RWIHttpClient to initiate a possible HTTP POST request. It also has the ability to attach body information as part of a POST request.

Public Constructors

RWIHttpPost();
RWIHttpPost(const RWCString& uri);

Public Member Functions

void
append(const RWCString& str);
void
appendLine(const RWCString& str);
virtual RWCString
bodyString() const; 
virtual RWCString
headerString() const;
RWCString
name() const; 


Previous fileTop of DocumentContentsIndexNext file

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