Include dependency graph for MultipartStream.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | MultipartStream |
Read-only stream for creating HTTP multi-part content. More... | |
struct | MultipartStream::BodyPart |
Each result item contains a set of headers plus content stream. More... | |
Typedefs | |
typedef MultipartStream::BodyPart | HttpPartResult |
typedef MultipartStream::Producer | HttpPartProducerDelegate |
Typedef Documentation
◆ HttpPartProducerDelegate
- Deprecated:
- Use
MultipartStream::Producer
instead
◆ HttpPartResult
- Deprecated:
- Use
MultipartStream::BodyPart
instead