HTTPRequest.downloadFile

The file to download into. Will output any received file into it.

  1. String downloadFile [@property getter]
  2. String downloadFile [@property setter]
    struct HTTPRequest
    @nogc nothrow @property
    void
    downloadFile
    (
    String v
    )

Meta