UploadProtocol

API: Stable

enum class UploadProtocol {
    CHUNKED,
    WEBSOCKET,
}
Properties
CHUNKED
WEBSOCKET