A ClientSession represents a transfer session with a client that has connected to a oneshot server.
Field | Type | Description |
---|---|---|
Request | HTTPRequest | The HTTP request received. |
File | File | The file associated with the transfer. |
Response | HTTPResponse | The HTTP response sent by the oneshot server. |
Error | string | If no errors occured this field will be ommited. |