.TH "globus_gass_transfer_request_t" 3 "Tue Jul 5 2022" "Version 9.4" "globus_gass_transfer" \" -*- nroff -*- .ad l .nh .SH NAME globus_gass_transfer_request_t \- Request handle\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SH "Detailed Description" .PP Request handle\&. A request handle is associated with each file transfer operation\&. The same structure is used for both client- and server- side requests\&. For client operations, the initial call to \fBglobus_gass_transfer_get()\fP, \fBglobus_gass_transfer_register_get()\fP, \fBglobus_gass_transfer_get()\fP, \fBglobus_gass_transfer_register_put()\fP, \fBglobus_gass_transfer_append()\fP, \fBglobus_gass_transfer_register_append()\fP initializes the request\&. For server operations, the request is initialized by calling globus_gass_transfer_accept()\&. .PP The functions in the \fBrequest section\fP of this manual describe the functions available for accessing information from a request handle\&. .PP Each request handle should be destroyed by calling \fBglobus_gass_transfer_request_destroy()\fP once the user has completed processing the request\&. .SH "Author" .PP Generated automatically by Doxygen for globus_gass_transfer from the source code\&.