#include <Bentley/BeFile.h>
#include <Bentley/RefCounted.h>
#include <Bentley/ByteStream.h>
#include <Bentley/bmap.h>
#include <BeHttp/Http.h>
Go to the source code of this file.
Classes | |
struct | HttpBody |
struct | HttpFileBody |
struct | HttpStringBody |
struct | HttpBinaryBody |
struct | HttpByteStreamBody |
struct | HttpMultipartBody |
struct | HttpMultipartBody::HttpMPart |
struct | HttpRangeBody |
Typedefs | |
typedef HttpBody * | HttpBodyP |
typedef HttpBody & | HttpBodyR |
typedef HttpBody const * | HttpBodyCP |
typedef HttpBody const & | HttpBodyCR |
typedef RefCountedPtr< HttpBody > | HttpBodyPtr |
typedef RefCountedPtr< struct HttpFileBody > | HttpFileBodyPtr |
typedef RefCountedPtr< struct HttpStringBody > | HttpStringBodyPtr |
typedef RefCountedPtr< struct HttpBinaryBody > | HttpBinaryBodyPtr |
typedef RefCountedPtr< struct HttpByteStreamBody > | HttpByteStreamBodyPtr |
typedef bmap< Utf8String, Utf8String > | HttpMultipartProperties |
typedef HttpMultipartProperties & | HttpMultipartPropertiesR |
typedef HttpMultipartProperties const & | HttpMultipartPropertiesCR |
typedef RefCountedPtr< struct HttpMultipartBody > | HttpMultipartBodyPtr |
typedef RefCountedPtr< struct HttpRangeBody > | HttpRangeBodyPtr |
typedef RefCountedPtr<struct HttpBinaryBody> HttpBinaryBodyPtr |
typedef HttpBody const* HttpBodyCP |
typedef HttpBody const& HttpBodyCR |
typedef RefCountedPtr<HttpBody> HttpBodyPtr |
typedef RefCountedPtr<struct HttpByteStreamBody> HttpByteStreamBodyPtr |
typedef RefCountedPtr<struct HttpFileBody> HttpFileBodyPtr |
typedef RefCountedPtr<struct HttpMultipartBody> HttpMultipartBodyPtr |
typedef bmap<Utf8String, Utf8String> HttpMultipartProperties |
typedef HttpMultipartProperties const& HttpMultipartPropertiesCR |
typedef RefCountedPtr<struct HttpRangeBody> HttpRangeBodyPtr |
typedef RefCountedPtr<struct HttpStringBody> HttpStringBodyPtr |