Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for spec_version (0.54 seconds)

  1. tests/test_stream_cancellation.py

            if message["type"] == "http.response.body":
                chunks.append(message.get("body", b""))
    
        scope = {
            "type": "http",
            "asgi": {"version": "3.0", "spec_version": "2.0"},
            "http_version": "1.1",
            "method": "GET",
            "path": path,
            "query_string": b"",
            "root_path": "",
            "headers": [],
            "server": ("test", 80),
        }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 27 18:56:47 GMT 2026
    - 2.7K bytes
    - Click Count (0)
Back to Top