FTPRequest.post

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FTPResponse post(string uri, R content, A args)
    struct FTPRequest
    post
    (
    R
    A...
    )
    (
    string uri
    ,,)
    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))
    )
    )
  2. FTPResponse post()

Meta