23 #ifndef __LIBS_WEBVIEW_FILE_REPLY_H_ 24 #define __LIBS_WEBVIEW_FILE_REPLY_H_ 26 #include <webview/reply.h> 41 virtual size_t size();
42 virtual size_t next_chunk(
size_t pos,
char *buffer,
size_t buf_max_size);
45 void determine_file_size();
50 bool __close_when_done;
DynamicFileWebReply(const char *filename)
Constructor.
virtual size_t size()
Total size of the web reply.
Dynamic raw file transfer reply.
Fawkes library namespace.
virtual ~DynamicFileWebReply()
Destructor.
virtual size_t next_chunk(size_t pos, char *buffer, size_t buf_max_size)
Get data of next chunk.