13 #ifndef _SMING_CORE_DATA_STREAM_MULTIPART_STREAM_H_ 14 #define _SMING_CORE_DATA_STREAM_MULTIPART_STREAM_H_ 16 #include "MultiStream.h" 18 #include "Network/Http/HttpHeaders.h" 46 const char* getBoundary();
55 void onNextStream()
override;
56 bool onCompleted()
override;
62 char boundary[16] = {0};
Definition: MultiStream.h:19
Base class for data source stream.
Definition: DataSourceStream.h:39
Definition: MultipartStream.h:34
Multipart stream class.
Definition: MultipartStream.h:27