38#ifndef _HttpCmdThreadPoolIntf_h
39#define _HttpCmdThreadPoolIntf_h
68#define HttpCmdThreadPoolIntf_doDir(o, cmd, dir) \
69 (o)->doDir(o, cmd, dir)
int(* HttpCmdThreadPoolIntf_DoDir)(struct HttpCmdThreadPoolIntf *o, HttpCommand *cmd, HttpDir *dir)
Attempt to dispatch HTTP work to a worker while the server mutex is held.
Definition: HttpCmdThreadPoolIntf.h:57
struct HttpCmdThreadPoolIntf HttpCmdThreadPoolIntf
Worker-pool dispatch interface borrowed by HttpServer.
Worker-pool dispatch interface borrowed by HttpServer.
Definition: HttpCmdThreadPoolIntf.h:63
HttpCmdThreadPoolIntf_DoDir doDir
Required dispatch callback.
Definition: HttpCmdThreadPoolIntf.h:64
The HttpCommand class is a container class for the HttpRequest and HttpResponse command pair.
Definition: HttpServer.h:2151
An instance of the HttpDir class, which is a collection of zero or more resources,...
Definition: HttpServer.h:2777