![]() |
Qore WebUtil Module Reference
1.6.1
|
this class handles chunked file sends More...

Public Member Methods | |
| 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 | |
Private Member Methods | |
| hash< HttpResponseInfo > | getResponseHeaderMessageImpl () |
| returns the reponse headers | |
| auto | sendImpl () |
| returns data to send | |
Private Attributes | |
| int | cs |
| chunk size | |
| *hash< auto > | respHdr |
| response headers | |
| InputStream | stream |
| input stream object | |
this class handles chunked file sends