Expand description
Opening the HTTP stream to Azure and handing it on as lines.
Enumsยง
- Response
Stream ๐Type
Functionsยง
- lines_
from_ ๐byte_ stream - Wraps a byte stream as the lines the SSE parsers read, shared by production and tests so a change to how lines are framed cannot drift between them.
- make_
request_ ๐and_ create_ stream - Makes a request to Azure and returns the resulting stream.
Type Aliasesยง
- Response
Lines ๐Stream - The lines of an Azure response body, as the stream parsers read them.