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

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

_buffer (defined in ofx::HTTP::PutRequest)ofx::HTTP::PutRequestprotected
_contentType (defined in ofx::HTTP::PutRequest)ofx::HTTP::PutRequestprotected
_endByte (defined in ofx::HTTP::PutRequest)ofx::HTTP::PutRequestprotected
_formofx::HTTP::Requestmutableprotected
_requestIdofx::HTTP::Requestprotected
_startByte (defined in ofx::HTTP::PutRequest)ofx::HTTP::PutRequestprotected
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
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() overrideofx::HTTP::PutRequestvirtual
PutRequest(const std::string &uri, const std::string &httpVersion=Poco::Net::HTTPMessage::HTTP_1_1)ofx::HTTP::PutRequest
Request(const std::string &method, const std::string &uri, const std::string &httpVersion)ofx::HTTP::Request
setContentRange(std::size_t startByte)ofx::HTTP::PutRequest
setContentRange(std::size_t startByte, std::size_t endByte)ofx::HTTP::PutRequest
setContentType(const std::string &contentType)ofx::HTTP::PutRequest
setFormField(const std::string &name, const std::string &value)ofx::HTTP::FormRequest
setPutBuffer(const ofBuffer &buffer)ofx::HTTP::PutRequest
setPutFile(const std::string &filename)ofx::HTTP::PutRequest
setRequestId(const std::string &requestId)ofx::HTTP::Request
write(std::ostream &ostr) constofx::HTTP::Requestvirtual
writeRequestBody(std::ostream &requestStream) overrideofx::HTTP::PutRequestvirtual
~FormRequest()ofx::HTTP::FormRequestvirtual
~PutRequest() (defined in ofx::HTTP::PutRequest)ofx::HTTP::PutRequestvirtual
~Request()ofx::HTTP::Requestvirtual