共用方式為


http_response::reason_phrase 方法

取得回應訊息的原因片語。 如果原因片語未設定,預設為對應於狀態碼的標準原因片語。

const http::reason_phrase & reason_phrase() const;

傳回值

原因片語。

需求

**標頭:**http_msg.h

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

請參閱

參考

http_response 類別