class ResponseTypes:
Undocumented
Constant | CLASSES |
Undocumented |
Method | __init__ |
Undocumented |
Method | from_args |
Guess the most appropriate Response class based on the given arguments. |
Method | from_body |
No summary |
Method | from_content_disposition |
Undocumented |
Method | from_content_type |
Return the most appropriate Response class from an HTTP Content-Type header |
Method | from_filename |
Return the most appropriate Response class from a file name |
Method | from_headers |
Return the most appropriate Response class by looking at the HTTP headers |
Method | from_mimetype |
Return the most appropriate Response class for the given mimetype |
Instance Variable | classes |
Undocumented |
Instance Variable | mimetypes |
Undocumented |
dict[ str, str]
=
Undocumented
Value |
|