HttpPost.write

Send content and no query params. The contentLength header will be set to match the provided content, and contentType set to the given type.

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

Meta