clientStreamForward.h File Reference
#include "enums.h"
Include dependency graph for clientStreamForward.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef RefCount< Lock > | ClientStreamData |
typedef void | CSCB(clientStreamNode *, ClientHttpRequest *, HttpReply *, StoreIOBuffer) |
client stream read callback More... | |
typedef void | CSR(clientStreamNode *, ClientHttpRequest *) |
client stream read More... | |
typedef void | CSD(clientStreamNode *, ClientHttpRequest *) |
client stream detach More... | |
typedef clientStream_status_t | CSS(clientStreamNode *, ClientHttpRequest *) |
Typedef Documentation
◆ ClientStreamData
typedef RefCount<Lock> ClientStreamData |
Definition at line 17 of file clientStreamForward.h.
◆ CSCB
typedef void CSCB(clientStreamNode *, ClientHttpRequest *, HttpReply *, StoreIOBuffer) |
Definition at line 27 of file clientStreamForward.h.
◆ CSD
typedef void CSD(clientStreamNode *, ClientHttpRequest *) |
Definition at line 33 of file clientStreamForward.h.
◆ CSR
typedef void CSR(clientStreamNode *, ClientHttpRequest *) |
Definition at line 30 of file clientStreamForward.h.
◆ CSS
typedef clientStream_status_t CSS(clientStreamNode *, ClientHttpRequest *) |
Definition at line 35 of file clientStreamForward.h.