|
EPICS ARCHIVER V4
|
Used by HTTPClientConnection to dispatch client requests. More...
#include <HTTPServer.h>
Public Types | |
| typedef void(* | PathHandler )(class HTTPClientConnection *connection, const stdString &full_path, void *user_arg) |
| signature of path handler | |
Public Attributes | |
| const char * | path |
| Path for this handler. | |
| size_t | path_len |
| Relevant portion of path to check (if > 0) | |
| PathHandler | handler |
| Handler to call. | |
Used by HTTPClientConnection to dispatch client requests.
Terminator: entry with path = 0.
1.8.5