This is the complete list of members for BaseLib::Http, including all inherited members.
| constructHeader(uint32_t contentLength, std::string contentType, int32_t code, std::string codeDescription, const std::vector< std::string > &additionalHeaders, std::string &header) | BaseLib::Http | static |
| dataProcessingStarted() | BaseLib::Http | inline |
| decodeMultipartFormdata() | BaseLib::Http | |
| decodeMultipartMixed(std::string &boundary, char *buffer, size_t bufferSize, char **pos) | BaseLib::Http | |
| decodeURL(const std::string &url) | BaseLib::Http | static |
| encodeURL(const std::string &url) | BaseLib::Http | static |
| getContent() const | BaseLib::Http | inline |
| getContentSize() const | BaseLib::Http | inline |
| getHeader() | BaseLib::Http | inline |
| getMaxContentSize() | BaseLib::Http | inline |
| getMaxHeaderSize() | BaseLib::Http | inline |
| getMimeType(std::string extension) | BaseLib::Http | |
| getParsedQueryString() | BaseLib::Http | |
| getRawHeader() const | BaseLib::Http | inline |
| getRedirectQueryString() | BaseLib::Http | inline |
| getRedirectStatus() | BaseLib::Http | inline |
| getRedirectUrl() | BaseLib::Http | inline |
| getStatusText(int32_t code) | BaseLib::Http | |
| getType() | BaseLib::Http | inline |
| headerIsFinished() | BaseLib::Http | inline |
| headerProcessingStarted() | BaseLib::Http | inline |
| Http() | BaseLib::Http | |
| isFinished() | BaseLib::Http | inline |
| process(char *buffer, int32_t bufferLength, bool checkForChunkedXml=false, bool checkForChunkedJson=false) | BaseLib::Http | |
| readContentStream(char *buffer, size_t requestLength) | BaseLib::Http | |
| readFirstContentLine(char *buffer, size_t requestLength) | BaseLib::Http | |
| readStream(char *buffer, size_t requestLength) | BaseLib::Http | |
| reset() | BaseLib::Http | |
| serialize() | BaseLib::Http | |
| setFinished() | BaseLib::Http | |
| setMaxContentSize(size_t value) | BaseLib::Http | inline |
| setMaxHeaderSize(size_t value) | BaseLib::Http | inline |
| setRedirectQueryString(std::string value) | BaseLib::Http | inline |
| setRedirectStatus(int32_t value) | BaseLib::Http | inline |
| setRedirectUrl(std::string value) | BaseLib::Http | inline |
| stripHeader(const std::string &header, const std::unordered_set< std::string > &fieldsToStrip, const std::string &fieldsToAdd) | BaseLib::Http | static |
| unserialize(PVariable data) | BaseLib::Http | |
| ~Http() | BaseLib::Http | virtual |