|
WvStreams
|
Public Member Functions | |
| WvUrlRequest (WvStringParm _url, WvStringParm _method, WvStringParm _headers, WvStream *content_source, bool _create_dirs, bool _pipeline_test) | |
| void | done () |
Public Attributes | |
| WvUrl | url |
| WvString | headers |
| WvUrlStream * | instream |
| WvBufUrlStream * | outstream |
| WvStream * | putstream |
| bool | pipeline_test |
| bool | inuse |
| bool | is_dir |
| bool | create_dirs |
| WvString | method |
Definition at line 43 of file wvhttppool.h.
| WvUrlRequest::WvUrlRequest | ( | WvStringParm | _url, |
| WvStringParm | _method, | ||
| WvStringParm | _headers, | ||
| WvStream * | content_source, | ||
| bool | _create_dirs, | ||
| bool | _pipeline_test | ||
| ) |
Definition at line 26 of file wvhttppool.cc.
| WvUrlRequest::~WvUrlRequest | ( | ) |
Definition at line 54 of file wvhttppool.cc.
| void WvUrlRequest::done | ( | ) |
Definition at line 60 of file wvhttppool.cc.
| WvUrl WvUrlRequest::url |
Definition at line 46 of file wvhttppool.h.
| WvString WvUrlRequest::headers |
Definition at line 47 of file wvhttppool.h.
| WvUrlStream* WvUrlRequest::instream |
Definition at line 48 of file wvhttppool.h.
| WvBufUrlStream* WvUrlRequest::outstream |
Definition at line 49 of file wvhttppool.h.
| WvStream* WvUrlRequest::putstream |
Definition at line 50 of file wvhttppool.h.
| bool WvUrlRequest::pipeline_test |
Definition at line 52 of file wvhttppool.h.
| bool WvUrlRequest::inuse |
Definition at line 53 of file wvhttppool.h.
| bool WvUrlRequest::is_dir |
Definition at line 54 of file wvhttppool.h.
| bool WvUrlRequest::create_dirs |
Definition at line 55 of file wvhttppool.h.
| WvString WvUrlRequest::method |
Definition at line 56 of file wvhttppool.h.