XRootD
XrdHttpCors.hh File Reference
#include <map>
#include <string>
#include <string_view>
#include <optional>
+ Include dependency graph for XrdHttpCors.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XrdHttpCors
 

Macros

#define XrdHttpCorsGetHandlerArgs
 

Typedefs

typedef XrdHttpCors *(* XrdHttpCorsget_t) (XrdSysError *eDest, const char *confg, XrdOucEnv *envP)
 

Functions

XrdHttpCorsXrdHttpCorsGetHandler (XrdHttpCorsGetHandlerArgs)
 

Macro Definition Documentation

◆ XrdHttpCorsGetHandlerArgs

#define XrdHttpCorsGetHandlerArgs

Definition at line 70 of file XrdHttpCors.hh.

Typedef Documentation

◆ XrdHttpCorsget_t

typedef XrdHttpCors*(* XrdHttpCorsget_t) (XrdSysError *eDest, const char *confg, XrdOucEnv *envP)

Definition at line 64 of file XrdHttpCors.hh.

Function Documentation

◆ XrdHttpCorsGetHandler()

XrdHttpCors* XrdHttpCorsGetHandler ( XrdHttpCorsGetHandlerArgs  )

Definition at line 29 of file XrdHttpCorsHandler.cc.

29  {
30  return new XrdHttpCorsHandler();
31 }