1. HTTPS Call
This uses fetch(). If the Worker allows normal HTTP requests, you will see the
response in the log.
Test HTTPS and WebSocket calls to your Worker endpoint.
This uses fetch(). If the Worker allows normal HTTP requests, you will see the
response in the log.
This uses new WebSocket(). Your Worker must support WebSocket upgrade requests.