The HTTP method for the request (e.g., 'GET', 'POST', 'PUT', 'DELETE', etc.).
Optional bodyThe request body - can be string, ArrayBuffer, Blob, or FormData.
Optional orderedIndicates whether the request should be ordered.
Optional destinationThe destination address for the WebSocket request.
Optional trackerThe tracker associated with the request.
Optional streamEnable streaming mode for large responses
Optional responseResponse type hint for binary data handling
Represents the configuration options for performing a Kos WebSocket fetch operation.