HttpPost.write

Send raw data via the provided pump, and no query params. You have full control over headers and so on via this method.

  1. void[] write()
  2. void[] write(Pump pump)
    class HttpPost
    void[]
    write
    (
    Pump pump
    )
  3. void[] write(const(void)[] content, const(char)[] type)

Meta