requests v0.7.1 (2018-02-06T16:26:51Z)
Dub
Repo
FormDataBytes
requests
http
Undocumented in source.
class
FormDataBytes :
FiniteReadable
{
this
(ubyte[] data);
ulong
getSize
();
ubyte
[]
read
();
}
Constructors
this
this
(ubyte[] data)
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