|
Qore WebUtil Module Reference
1.4.1
|
this class handles chunked file sends More...

Public Member Functions | |
| constructor (HttpServer::HttpListenerInterface listener, HttpServer::AbstractHttpRequestHandler handler, Qore::Socket s, hash cx, hash hdr, *data body, Qore::ReadOnlyFile file, bool textflag, string content_type, int chunk_size, *hash respHdr) | |
| creates the object | |
Private Member Functions | |
| hash | getResponseHeaderMessageImpl () |
| returns the reponse headers | |
| auto | sendImpl () |
| returns data to send | |
Private Attributes | |
| int | cs |
| chunk size | |
| string | ct |
| Content-Type. | |
| ReadOnlyFile | f |
| file object | |
| *hash | respHdr |
| response headers | |
| bool | txt |
| text flag | |
this class handles chunked file sends