ofxHTTP
A collection of tools for HTTP.
ofx::HTTP::FormRequest Member List

This is the complete list of members for ofx::HTTP::FormRequest, including all inherited members.

_formofx::HTTP::Requestmutableprotected
_requestIdofx::HTTP::Requestprotected
addFormField(const std::string &name, const std::string &value)ofx::HTTP::FormRequest
addFormFields(const Poco::Net::NameValueCollection &formFields)ofx::HTTP::FormRequest
addFormFields(const std::multimap< std::string, std::string > &formFields)ofx::HTTP::FormRequest
BaseClient classofx::HTTP::FormRequestfriend
clearFormFields()ofx::HTTP::FormRequest
DEFAULT_MEDIA_TYPEofx::HTTP::FormRequeststatic
estimatedContentLength() constofx::HTTP::Request
form() constofx::HTTP::Request
generateId()ofx::HTTP::Requeststatic
getRequestId() constofx::HTTP::Request
prepareRequest()ofx::HTTP::Requestprotectedvirtual
Request(const std::string &method, const std::string &uri, const std::string &httpVersion)ofx::HTTP::Request
setFormField(const std::string &name, const std::string &value)ofx::HTTP::FormRequest
setRequestId(const std::string &requestId)ofx::HTTP::Request
write(std::ostream &ostr) constofx::HTTP::Requestvirtual
writeRequestBody(std::ostream &requestStream)ofx::HTTP::Requestprotectedvirtual
~FormRequest()ofx::HTTP::FormRequestvirtual
~Request()ofx::HTTP::Requestvirtual