requests v0.7.1 (2018-02-06T16:26:51Z)
Dub
Repo
FormDataFile
requests
http
Undocumented in source.
class
FormDataFile :
FiniteReadable
{
import
std
.
file
;
;
this
(File file);
ulong
getSize
();
ubyte
[]
read
();
}
Constructors
this
this
(File file)
Undocumented in source.
Members
Functions
getSize
ulong
getSize
()
Undocumented in source. Be warned that the author may not have intended to support it.
read
ubyte
[]
read
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From FiniteReadable
getSize
ulong
getSize
()
size of the content
read
ubyte
[]
read
()
file-like read()
Meta
Source
See Implementation
requests
http
classes
BasicAuthentication
FormDataBytes
FormDataFile
HTTPResponse
MaxRedirectsException
functions
formData
fromJsonArrayToStr
httpTestServer
queryParams
interfaces
FiniteReadable
structs
HTTPRequest
MultipartForm
PostFile