Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ServerSentEvent (0.06 seconds)

  1. fastapi/routing.py

                    def _serialize_sse_item(item: Any) -> bytes:
                        if isinstance(item, ServerSentEvent):
                            # User controls the event structure.
                            # Serialize the data payload if present.
                            # For ServerSentEvent items we skip stream_item_field
                            # validation (the user may mix types intentionally).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 193K bytes
    - Click Count (0)
Back to Top