共用方式為


http_request::extract_vector 方法

將回應資訊主體擷取至位元組向量中。 擷取向量可以對下列項目進行:

pplx::task<std::vector<unsigned char>> extract_vector() const;

傳回值

訊息主體做為位元組向量。

需求

**標頭:**http_msg.h

**命名空間:**web::http

請參閱

參考

http_request 類別