File
File.file_name
File.mime_type
File.payload
File.to_tuple()
Response
Contents:
Bases: object
object
Contains information for file uploads
Method generated by attrs for class File.
Return a tuple representation that httpx will accept for multipart/form-data
Tuple[str | None, BinaryIO | TextIO, str | None]
Tuple
str
None
BinaryIO
TextIO