#include <nanohttp-stream.h>
Public Attributes | |
| hsocket_t * | sock |
| herror_t | err |
| http_transfer_type_t | type |
| int | received |
| int | content_length |
| int | chunk_size |
| char | connection_closed |
| FILE * | fd |
| char | filename [255] |
| int | deleteOnExit |
Definition at line 98 of file nanohttp-stream.h.
|
|
Definition at line 105 of file nanohttp-stream.h. Referenced by http_input_stream_new(). |
|
|
Definition at line 106 of file nanohttp-stream.h. Referenced by http_input_stream_new(). |
|
|
Definition at line 104 of file nanohttp-stream.h. Referenced by http_input_stream_new(). |
|
|
Definition at line 111 of file nanohttp-stream.h. Referenced by http_input_stream_free(), and http_input_stream_new_from_file(). |
|
|
Definition at line 101 of file nanohttp-stream.h. Referenced by http_input_stream_is_ready(), http_input_stream_new(), http_input_stream_read(), and mime_streamreader_function(). |
|
|
Definition at line 109 of file nanohttp-stream.h. Referenced by http_input_stream_free(), and http_input_stream_new_from_file(). |
|
|
Definition at line 110 of file nanohttp-stream.h. Referenced by http_input_stream_free(), and http_input_stream_new_from_file(). |
|
|
Definition at line 103 of file nanohttp-stream.h. Referenced by http_input_stream_new(). |
|
|
Definition at line 100 of file nanohttp-stream.h. Referenced by http_input_stream_new(). |
|
|
Definition at line 102 of file nanohttp-stream.h. Referenced by http_input_stream_free(), http_input_stream_is_ready(), http_input_stream_new(), http_input_stream_new_from_file(), and http_input_stream_read(). |
1.4.6