this class handles chunked file sends
More...
|
| constructor (HttpServer::HttpListenerInterface listener, HttpServer::AbstractHttpRequestHandler handler, Qore::Socket s, hash< auto > cx, hash< auto > hdr, *data body, InputStream stream, int chunk_size, *hash< auto > respHdr) |
| creates the object
|
|
|
hash< HttpResponseInfo > | getResponseHeaderMessageImpl () |
| returns the reponse headers
|
|
auto | sendImpl () |
| returns data to send
|
|
|
int | cs |
| chunk size
|
|
*hash< auto > | respHdr |
| response headers
|
|
InputStream | stream |
| input stream object
|
|
this class handles chunked file sends