25 RequestBuilder& operator=(RequestBuilder
const&);
33 MCNAPI_C ::Bedrock::Http::RequestBuilder& body(::gsl::span<uchar>
const& binaryData);
35 MCNAPI_C ::Bedrock::Http::RequestBuilder&
36 body(::gsl::not_null<::std::shared_ptr<::Bedrock::Http::Internal::IRequestBody>> body);
38 MCNAPI_C ::Bedrock::Http::RequestBuilder& body(
::Core::Path const& file);
40 MCNAPI_C ::Bedrock::Http::RequestBuilder& body(
::Json::Value const& json);
42 MCNAPI ::Bedrock::Http::RequestBuilder&
body(::std::string
const& plainText);
44 MCNAPI_C ::Bedrock::Http::RequestBuilder& contentType(::std::string
const& contentType);
46 MCNAPI_C ::Bedrock::Http::RequestBuilder&
49 MCNAPI ::Bedrock::Http::RequestBuilder&
url(::std::string
const&
url);
Definition IRequestBody.h:7