Falcon v3.0.0-b1 Documentationof bytes: async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like it yields ``None`` rather than an instance of ``bytes``:: async def producer(): while True: data_chunk = await read_data() break yield data_chunk resp.stream = producer Alternatively, a file-like object may be used as long as it implements an0 码力 | 1028 页 | 725.86 KB | 1 年前3
Falcon v3.0.0 Documentationof bytes: async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like it yields ``None`` rather than an instance of ``bytes``:: async def producer(): while True: data_chunk = await read_data() break yield data_chunk resp.stream = producer Alternatively, a file-like object may be used as long as it implements an0 码力 | 1055 页 | 739.30 KB | 1 年前3
Falcon v3.0.1 Documentationof bytes: async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like it yields ``None`` rather than an instance of ``bytes``:: async def producer(): while True: data_chunk = await read_data() break yield data_chunk resp.stream = producer Alternatively, a file-like object may be used as long as it implements an0 码力 | 1058 页 | 741.59 KB | 1 年前3
Falcon v3.0.0-b2 Documentationof bytes: async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like it yields ``None`` rather than an instance of ``bytes``:: async def producer(): while True: data_chunk = await read_data() break yield data_chunk resp.stream = producer Alternatively, a file-like object may be used as long as it implements an0 码力 | 1041 页 | 730.21 KB | 1 年前3
Falcon v3.0.0-b2 Documentationthan an instance of bytes: async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like object may0 码力 | 340 页 | 1.15 MB | 1 年前3
Falcon v3.0.0 Documentationthan an instance of bytes: async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like object may0 码力 | 344 页 | 1.16 MB | 1 年前3
Falcon v3.0.1 Documentationthan an instance of bytes: async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like object may0 码力 | 344 页 | 1.16 MB | 1 年前3
Falcon v3.0.0-b1 Documentationthan an instance of bytes: async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like object may0 码力 | 338 页 | 1.14 MB | 1 年前3
Falcon v3.1.1-b3 DocumentationDocumentation, Release 3.1.1b3 async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like object may0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.1.1-b1 DocumentationDocumentation, Release 3.1.1b1 async def producer(): while True: data_chunk = await read_data() if not data_chunk: break yield data_chunk resp.stream = producer Alternatively, a file-like object may0 码力 | 378 页 | 1.29 MB | 1 年前3
共 20 条
- 1
- 2













