Barracuda Application Server C/C++ Reference
NO
HttpUploadNode Struct Reference

Detailed Description

A HttpUploadNode is dynamically created by an HttpUpload instance for each concurrent upload.

The HttpUploadNode is provided as one of the arguments to the HttpUploadCbIntf callback methods.

#include <HttpUpload.h>

Public Member Functions

const char * getName ()
 Returns the file name including the relative path.
 
const char * getUrl ()
 Returns the full URL the client used when sending data.
 
HttpAsynchRespgetResponse ()
 Fetch the response object. More...
 
HttpSessiongetSession ()
 Returns the HttpSession object or null if no session object. More...
 
bool isMultipartUpload ()
 Returns true if HTTP POST. More...