requests v0.7.3 (2018-03-16T20:02:10Z)
Dub
Repo
FTPRequest.post
requests
ftp
FTPRequest
Undocumented in source. Be warned that the author may not have intended to support it.
struct
FTPRequest
auto
post
(
R
A
...
)
(
string
uri
,
R
content
,
A
args
)
if
(
__traits(
compiles
, cast(
ubyte
[])
content
) ||
(
rank
!
R
== 2 &&
isSomeChar
!(
Unqual
!(
typeof
(
content.front.front
)))
)
||
(
rank
!
R
== 2 &&
(
is
(
Unqual
!(
typeof
(
content.front.front
)) ==
ubyte
)
)
)
)
Meta
Source
See Implementation
requests
ftp
FTPRequest
constructors
this
destructors
~this
functions
format
get
handleChangeURI
post
responseToCode
sendCmdGetResponse
serverResponse
toString
tryCdOrCreatePath
properties
responseHistory