|
@@ -1122,6 +1122,8 @@ Attributes
|
|
|
|
|
|
If ``open_file`` doesn't have a name or if the name of ``open_file`` isn't
|
|
|
appropriate, provide a custom file name using the ``filename`` parameter.
|
|
|
+ Note that if you pass a file-like object like ``io.BytesIO``, it's your
|
|
|
+ task to ``seek()`` it before passing it to ``FileResponse``.
|
|
|
|
|
|
The ``Content-Length`` and ``Content-Type`` headers are automatically set
|
|
|
when they can be guessed from contents of ``open_file``.
|