43 MCNAPI ::Bedrock::Http::RequestBuilder&
body(::gsl::span<uchar>
const& binaryData);
45 MCNAPI ::Bedrock::Http::RequestBuilder&
46 body(::gsl::not_null<::std::shared_ptr<::Bedrock::Http::Internal::IRequestBody>>
body);
53 MCNAPI ::Bedrock::Http::RequestBuilder&
body(::std::string
const& plainText);
56 MCNAPI ::Bedrock::Http::RequestBuilder& contentType(::std::string
const& contentType);
58 MCNAPI ::Bedrock::Http::RequestBuilder&
62 MCNAPI ::Bedrock::Http::RequestBuilder&
url(::std::string
const&
url);
Definition IRequestBody.h:7