Table of Contents

Property Body

Namespace
CurlUnity.Http

Body

请求体 raw bytes。与 BodyStream 互斥,同时设置会在 Send 时 throw。 JSON / form-urlencoded / multipart 等常见 body 可用 HttpClientExtensions 的便利方法构造。

public byte[] Body { get; set; }

Property Value

byte[]