Kodi Development  20.0
for Binary and Script based Add-Ons
WsgiResponseBody

Detailed Description

Represents the write callable returned by the start_response callable passed to a WSGI handler.

Class: WsgiResponseBody()


Function Documentation

◆ operator()()

operator() (   ...)

Function: operator(status, response_headers[, exc_info])


Callable implementation to write data to the response.

Parameters
datastring data to write