EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Types | Public Attributes | List of all members
PathHandlerList Struct Reference

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.
 

Detailed Description

Used by HTTPClientConnection to dispatch client requests.

Terminator: entry with path = 0.


The documentation for this struct was generated from the following file: