xrootd
Classes | Macros | Functions
XrdHttpReq.hh File Reference

Main request/response class, handling the logical status of the communication. More...

#include "XrdOuc/XrdOucString.hh"
#include "XProtocol/XProtocol.hh"
#include "XrdXrootd/XrdXrootdBridge.hh"
#include <vector>
#include <string>
#include <map>
Include dependency graph for XrdHttpReq.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ReadWriteOp
 
struct  DirListInfo
 
class  XrdHttpReq
 

Macros

#define READV_MAXCHUNKS   512
 
#define READV_MAXCHUNKSIZE   (1024*128)
 

Functions

void trim (std::string &str)
 

Detailed Description

Main request/response class, handling the logical status of the communication.

Author
Fabrizio Furano
Date
Nov 2012

Macro Definition Documentation

◆ READV_MAXCHUNKS

#define READV_MAXCHUNKS   512

◆ READV_MAXCHUNKSIZE

#define READV_MAXCHUNKSIZE   (1024*128)

Function Documentation

◆ trim()

void trim ( std::string &  str)