alexapy.aiohttp.web_fileresponse

Classes

  • FileResponse: A response object can be used to send files.

class alexapy.aiohttp.web_fileresponse.FileResponse(path: Union[str, pathlib.Path], chunk_size: int = 262144, status: int = 200, reason: Optional[str] = None, headers: Optional[Union[Mapping[Union[str, multidict._multidict.istr], str], multidict._multidict.CIMultiDict, multidict._multidict.CIMultiDictProxy]] = None)

A response object can be used to send files.

Inheritance

Inheritance diagram of FileResponse